02-19-2024, 02:54 PM
(02-19-2024, 10:50 AM)johnno56 Wrote: This is a simple side scroller. Collect as many "stars" as you can. It stars off slow, but as your score increases, so does your speed. But, if you miss a star, you will lose a life....
Mouse controlled (vertical only) - Note: The sounds were created by Marcus's SFX library....
For those who are patient enough... post your final scores.... lol
J
I can't translate scroller code below
Code:
WindowOpen(1,title$,center_x,center_y,xmax,ymax,WindowMode(1,0,0,0,0),1)
SetWindowAutoClose(1, 0)
CanvasOpen(1,xmax,ymax,0,0,xmax,ymax,0)
ClearCanvas