I want to make my pac man turn back.I made all the frames.
And here's the code
`sync on and hide mouse
sync on : sync rate 9 : hide mouse
`loading objects
load image "1 frame.bmp",1
load image "2 frame.bmp",2
load image "3 frame.bmp",3
load image "1 frame.bmp",4
load image "back 1.bmp",5
load image "back3.bmp",6
`variables
x1=1
x2=1
image=1
sprite 1,x1,y,image
sprite 2,x2,y,image
scale sprite 1,35
scale sprite 2,35
hide sprite 2
`begin loop
do
`first animation
if image>0 then inc image
if image>3 then image=1
if image<4 then sprite 1,x1+5,y,image : x1=x1+5 : x2=x2+5
`controls
if leftkey()=1 then image=4
if image>4 then sprite 2,x2-5,y,image : x2=x2-5
sync
loop
Is just of those days when you don't wanna wake up everything is *****, everybody sucks you really don't know why, but you wanna justify rippin' someone head off!