I am new, and I am stuck. How do you switch screens and make characters disappear and stuff? Please help!
Offline
to switch screens, just do this:
And to make sprites disappear:whenclicked
switch to costumecostume 1 ▼
and to make it show again,whenclicked
hide
So either connect the show or hide block to the when green flag clicked block. Also, if you want to know, the broadcasts and receives are pretty useful.show
So there! Hope these tips are useful to u!whenclicked
hidewait1secsbroadcastyour text here ▼when i receiveyour text here ▼show
Last edited by Liamadams (2013-05-02 19:00:55)
Offline
twoawesomepeople123 wrote:
I am new, and I am stuck. How do you switch screens and make characters disappear and stuff? Please help!
To make a sprite hide, do this:
To make a sprite show, do this:hidemakes the sprite disappear
To make a sprite switch looks, do this:showmakes the sprite appear
Lets say that you wanted all sprites to hide, without timing.switch to costumecostume2 ▼
But to make a sprite receive a message, you need a when I receive block.broadcasthide ▼sends a message telling the sprites receiving the message to hide
If you wanted a sprite to do something forever, use this block:when I receivehide ▼when this message is recievedhidedisappear
Here is a tip for using forever blocks.forevermakes the sprite do something over, no matter what
If you wanted a sprite to say something, use these blocks:repeat untilmakes the sprite do something continuously until something occurs
If you wanted a variable, do this:sayhifor3secsmakes the sprite say this for 3 secondssayhimakes the sprite say something until something happens
I hope this guide helps. If you need more help, please let me know!changescore ▼by1changes score by +1setscore ▼to1sets score to a certain numberhide variablescore ▼hides the variableshow variablescore ▼shows the variable
Last edited by joshuaho (2013-05-02 19:31:26)
Offline