Hello Everyone !
I wonder how to move a picture in RGSS.
Indeed I showed a picture with the Sprite method (@pic = Sprite.new, @pic.bitmap = Bitmap.new("mypicture.png")) and I'd want to move it.
I don't know how to do, I just know that the simple script (with the buttons) uses the Game_Picture#move method. I tried to show my picture with Game_Picture#show to move it after but it failed.
Any idea ?
Th@nks
I wonder how to move a picture in RGSS.
Indeed I showed a picture with the Sprite method (@pic = Sprite.new, @pic.bitmap = Bitmap.new("mypicture.png")) and I'd want to move it.
I don't know how to do, I just know that the simple script (with the buttons) uses the Game_Picture#move method. I tried to show my picture with Game_Picture#show to move it after but it failed.
Any idea ?
Th@nks