CALL SCINIT
Contents |
Efffect
Initializes the scroll generated by the Scroll Power utility, by changing all sprites to white and activating the new sprite patterns
Note: The scroll doesn't start yet, so you can change the sprite colors if you want to.
Syntax
CALL SCINIT
Example
10 COLOR 1,1,1: SCREEN 5,2: SETPAGE 0,2 20 BLOAD"bc4.bin",R 30 SCREEN 5: SETPAGE 0,0 40 _SCINIT 50 FOR N=4 TO 31: COLOR SPRITE(N)=13: NEXT N 60 _SCRON 70 A$=INPUT$(1) 80 _SCROFF