there needs to be a way to remove the colors of blocks and graphics s that when you code big scripts it will be much faster
and since this is probably java it should be able to be covered to code or partial code for more advanced users
Offline
coding would be good, as then you could copy and paste blocks, for example:
sprite1. -when world.start- [forever [if <touching [mouse pointer]>[ [switch to costume [costume2]] ] [else[ [switch to costume [costume1]] ]]
That makes a button hover script. The -when world.start- is used for the starting block. If you wanted to make abroadcast, you would: [broadcast [hello world]] and for recieve: -when hello world-. So the world.start part is exactly the same as scratch-startclicked.
Offline
WindowsExplorer, your coding style is soooo hard for new scratchers.
make it more python like:
hat.broadcoast(scratch-startclicked) forever if touching(mouse pointer) costume = costume2 else costume = costume1
Last edited by roijac (2011-10-02 03:43:12)
Offline