Hi guys
I've found a problem with CreateSprite, and checking and excluding piece of code I'm sute that it depends on this function.
I use LoadImage as argument for CreateSprite
for i=1 to 9
window[i].sprite = CreateSprite(LoadImage("backgrounds/shutterStrip.png"))
SetSpriteAnimation(windows[i].sprite, 72, 102, 4)
when I draw sprite in a position, specified with SetSpritePosition, it's all ok, but there's another instance of the sprite in the top left corner (as you can see in the screen attached)! Any solution?
thanks so much!