Game Development Community

GUI animations?

by Maximillian Brewer · in Torque 3D Professional · 07/25/2010 (4:24 am) · 2 replies

Hi!

I was wondering if their was a way to have transition effects in a GUI in T3D?

For example, in a level select screen, you have a square in the middle which shows the current selected level, and then if you click the "Left" arrow, the image in the level select view box thing slides to the left, and the next level slides in from the right (inside the square frame thing)

THanks. Max.

#1
07/25/2010 (1:46 pm)
You can translate GUI objects using schedule() to iterate the movement. It shouldn't be hard to write the script functions to do it. I've done animated buttons in that way.
#2
07/25/2010 (4:37 pm)
What Ted said... and you could also check into the Ease and Animated Gui Plastic Gems Resources.