How can i do this?
Hey,I need help with this.I need that some actors in my game only start when the scene shows them.Because those actors have timer atributes.Thanks for answer.
Best Answers
-
AppTek Posts: 152
First, unlock them, then put the timer inside of a rule, then make the condition, when attribute scene.camera.origin = whatever number the camera should be at that time. -
AppTek Posts: 152
Here is a demo file http://www.apptekgames.com/test.gameproj.zip
Press forward and back to move camera. -
monkeysalad Posts: 16
How about having invisible collision objects on the borders of the screen (on a non-scrolling layer) and then having the timer start when those actors collide with the screen borders?
Answers