' Reel Test reelblur=LoadAnimImage("reelblur.png",97,195,0,9) Graphics 800,600 Repeat Cls If KeyDown(KEY_SPACE) Then If a<8 Then a:+1 Else a=0 End If DrawImage reelblur,0,0,a End If Flip Until KeyHit(KEY_ESCAPE)
My head is hurtning today gentlemen and am now struggling with a new problem. How do I get this to work 'slower'? It obviously flies at the refresh rate at the moment, but I'd like it a good few frames slower than that. Sorry it's such a noob-ish request. :)