Pages: 1
Topic closed
i am trying to make a game where you scroll across the screen and try to get to a circle where there are obstacles in the way to stop you from getting there i'm not sure how to keep the circle that i have to get to on the page. without it dissapearing or going to the next page and the circle staying on the screen can someone help me please this is my first game to and i am beginning!!!
Offline
Have the circle's beginning x position be larger than the characters. Then write a code which links the decrease of scrollx to the decrease of circle's x position. After a while, the character and the circle will converge.
Offline
thanks ill try that out a little later im gunna take a break
Offline
Topic closed
Pages: 1