Simple way to create an old-school First Person Shooter! · By JessicoChan
I need some help, How does the Button script work? i seem to be unable to get mine to work.
You need to load an image first with "image" command. Then you use this image's name (that you set it to) in "button" command. The image should be a horizontal sprites-sheet consisting of three uniform images
Thank you for the answer. I've known about the image command, but the problem is that when I execute the code, it just freezes the game.
Hi does anyone here know how do i fix the button not appearing even if the script seems correctly written here's the script :
procedure saveb
game save slot 1
end
cursor 1
image saveb Sprites/assets/button(3).png
button saveb 400 400 saveb