Im Not Sure Why This Wont Work...


beherit

Still Fresh
Joined
Mar 17, 2005
Messages
7
Code:
PROCESS background1();
BEGIN
z=0;
start_scroll(0, levelfpg1, 8, 0, 0, 3);
loop
scroll[0].y += 2;
frame;
END
END
im sure that this section of code is the faulty one.
:p ive probs made a really stupid mistake, but will someone help please?
 
Back
Top