Goity
VIP Sleaze
Code:
PROCESS SHOT();
PRIVATE
FLGCOLLISION;
BEGIN
y=GY;
x=GX;
Graph=4;
For(x=GX+40;x<320;x=x+50)
FLGCOLLISION = COLLISION(TYPE Sheep);
For(Graph=4;Graph<7;Graph=GRAPH+1)
Frame;
End
END
END
This is my code for my shoot process. I'm using a scrolling function, and when I go to the lower half of the screen, The Bullet Goes to a different part of the screen.
Anyone know how to fix this?