How do I move my actor on screen
For some reason, I can change the x position of my actor, but whenever I press play, no matter what I set the y to, it always spawns right above the bottom of the screen. NOTE: this is a button, no gravity just floating in space
Answers
Maybe this:
http://forums.gamesalad.com/discussion/59247/windows-creator-first-stop-if-you-experience-unexpected-behaviours
Refresh it and then make sure the x position is an integer, not an attribute.
There is probably a mistake in your code.