*** UPDATE: button rotation and improved comments inside ------------------------------------------- Here's a little something that I've been using within a project I'm currently working on - I thought it might be handy to pull it out and provide it as something others could use in your own projects... It's a basic API (Application Programming Interface) that gives a fairly simple way to create and control your own push-buttons in Scratch. • use your own costume designs (see examples in "Buttons" sprite) • create different buttons anywhere on the project window • hide/dim/re-show any specified button • detect when a particular button is clicked • choose the sounds to play when a button is pressed/released It's not so hard to do this yourself 'from Scratch', as they say, but it's handy to have something like this already done... :) See inside to find out how you can use it in your own projects.