hi all.. sorry for the previous thread i made.. this one is now serious.
i decided to make a superb scrolling game that is somehow a remake of nokia's rapid roll..
now i got questions on these...
the sprite name is ground. so i did this : ground.y=ground.y-1 . the condition for this is "system-->always" . i expected the sprite to reduce it's y every time. but it didnt.
also i got problems with randomizing.
i did this :
system-->always, if ground.y = 479 then set ground.x=random(0-639) . somehow the sprite wont change position. i have two movements for this second problem, which is wrap and physics without rotation..
thanks in advance...