I’m new and was wondering how I can make an object move on its own. I have a scrolling background and want it to move downward and wrap the y so it appears infinite (top to bottom) [import]uid: 16789 topic_id: 5176 reply_id: 305176[/import]
Not a true wrap, but you could use a transition to move an object to just off the bottom of the screen, then when it gets there move to just off the top of the screen and start the transition again.
transition codes: http://developer.anscamobile.com/node/2407 [import]uid: 10903 topic_id: 5176 reply_id: 17166[/import]