try drawing one in the paint sprite editor
Offline
Create a sprite and paint it how you want it to look. Then say:
<when[ button ]clicked>
<broadcast[ start
<hide>
("Button" is the name of the sprite, and "start" is the name of the broadcast)
Then with another sprite just say:
<when green flag clicked>
<hide>
<when I receive[ start
<show>
And below the "show" script just include anything else you want it to do.
Offline
Jske wrote:
How do you make a play or back button or a button at all?
Check out this project:
http://scratch.mit.edu/projects/BoltBait/472525
It has some really nice looking buttons and code to make them work.
Offline