Hi everyone

I can't get my sprite to animated in this sequence ..
+ Code SnippetSetVirtualResolution ( 1024,600 )
Loadimage (1,"Menu-En.png")
Createsprite (1,1)
Setspriteanimation (1,339,93,6)
Do
Playsprite (1,8,1)
Sync ()
Loop
The image loaded contains a sprite sheet with 6 animation in vertical.
I only can see the first frame of the sprite but it can't get animated .. i have missed something ?