Game Development Community

Animated Sprites Tutorial

by Marcelo Amaral · in Torque Game Builder · 05/03/2010 (6:39 pm) · 2 replies

Hi folks!

If I run Animated Sprites Tutorial using TutorialBase's project.t2dProj it is ok to see the animation clicking on the Play Scene button, but if I do this using a new project and Empty Game project template, as said in the tutorial, I can see nothing when clicking on the Play Scene button.

Does anyone knows what I am doing wrong?

Thanks!

About the author


#1
05/04/2010 (2:50 pm)
Assuming that you've added the image map, created an animation, and added it to the scene, make sure you save the scene before you hit the play/run button.
#2
05/05/2010 (5:48 pm)
Hi Samantha,

When we hit the play scene button, it automatically saves the scene.

I repeated everything today, many times, and I have discovered what I did wrong. When I saved yesterday, I have changed the folder from default .\AnimatedSprites\AnimatedSprites\game\data\level to .\AnimatedSprites folder. It only works if we use stock game\data\level folder.