How do I move my actor on screen
shaystudios
Member Posts: 1
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
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Refresh it and then make sure the x position is an integer, not an attribute.
There is probably a mistake in your code.