bassfreak wrote:
How do you make chacaratchers suddenly appear? I am trying to make a music vid and I cant figure it out!
I think what you mean is making the characters hide and show later. Try this:
<when green flag clicked>
<hide>
<when I receive[ Whatever
<show>
Offline
You could also do something like this:
When Flag Clicked (sorry, I'm not very good at using the online-blocks, yet):
Hide
Wait # Seconds:
Show
Hope this helps!
Offline
Whatever you do, it always comes down to show and hide. If you want something to fade in, use ghost in graphic effects
Offline
shadow_7283 wrote:
bassfreak wrote:
How do you make chacaratchers suddenly appear? I am trying to make a music vid and I cant figure it out!
I think what you mean is making the characters hide and show later. Try this:
<when green flag clicked>
<hide>
<when I receive[ Whatever
<show>
How Do I use the When I recieve buttton?
Offline
bassfreak wrote:
shadow_7283 wrote:
bassfreak wrote:
How do you make chacaratchers suddenly appear? I am trying to make a music vid and I cant figure it out!
I think what you mean is making the characters hide and show later. Try this:
<when green flag clicked>
<hide>
<when I receive[ Whatever
<show>How Do I use the When I recieve buttton?
The <when I receive[ whatever block starts the blocks under it when a block like this is used; <broadcast[ whatever .
So maybe you only want something to happen when a character is done moving. Here is what it would look like.
Character One's script:
<when green flag clicked>
<wait( 1 )secsc>
<move( 10 )steps>
<broadcast[ Character Two Move
Character Two's script:
<when I receive[ Character Two Move
<move( -10 )steps>
This is just an example, but lots of things can be done with <when I receive[ whatever blocks.
I hope I could help.
Offline