Game Development Community

Animated background.....

by Ryan McKenzie · in Torque Game Builder · 12/02/2006 (4:47 pm) · 2 replies

I am following the tdn mini tutorial to create a main menu with bitmap images. Here's the link.

http://tdn.garagegames.com/wiki/TGB/MiniTuturials/GUIMainMenuBitmap

I am planning to crete an animated background image instead of a static background. Does anyone know how to do this?

#1
12/03/2006 (5:01 am)
The easiest way would be to use a scene window as background and add animated sprites / scrollers to the scenegraph. You should be able to add a scenewindow to your GUI using the GUI editor. :) Then simply design your animated background in the level builder and load it as your main menu background.
#2
12/03/2006 (5:44 am)
Oliver, thanks alot for the advice, thats my problem solved.