Hi everyone,
I have some code where I am loading a static image and positioning it off screen, and I use transition.to to move it on screen on a certain event, like “touch”. I need to move it automagically onto the screen from below when the game loads, but this code:
Runtime:addEventListener("enterFrame", moveImage)
does not work. Which event listener can I use?
Thanks. [import]uid: 52069 topic_id: 14416 reply_id: 314416[/import]
