how do you hide sprites for awhile, then make them appear? I know how to make them DISAPPEAR but that's it...
Offline
You want to use the "show" block. For example:
when i receive [show v] show
Offline
demosthenes wrote:
You want to use the "show" block. For example:
when i receive [show v] show
And of course, if you don't know how to broadcast, here:
when green flag clicked broadcast [show v]Do that when you want everything to show.
Offline
Use the 'show' brick, for example:
when gf clicked forever if <(hide) = [no]> show endHope i helped, Treebark1313
Last edited by treebark1313 (2012-01-28 09:48:29)
Offline
Well you can use this:
when gf clicked forever hide wait (duration) secs show
Offline
ok thanks people
Offline
st4282 wrote:
When the green flag is pressed,
Hide, Wait (how many seconds)
Then show
And walla it reaapears
Yeah.
Offline