Followers

Thursday, February 5, 2015

Flash: Mobile Collectable Object Code

d. Scroll Your Collectable Object
  • Select your Actions layer and open the Actions window
  • In the gameLoop() function, add the following code to scroll your collectable to the left:
collectable.x = collectable.x -3;

No comments:

Post a Comment