CopySprite question
Posted: Mon Mar 02, 2015 4:03 pm
Im just playing for the first time with SpiderBasic. Im using the sprite example and i want to copy a sprite when a key is released.
I add this:
And nothing happends. The sprite 0 exists, remember i am using the sprite example. Also i tried to move the DisplaySprite near to the other DisplaySprite and nothing.
Can someone show me some example please?
Best Regards
I add this:
Code: Select all
If KeyboardReleased(#PB_Key_O)
CopySprite(0,2)
; DisplaySprite(2,100,100)
EndIf
Can someone show me some example please?
Best Regards