After I have used "hide" at the end of a sprite's script, the sprite is now not appearing even at the beginning of the program, right after I activate the green flag.
Anyone knows what could have happened?
Thanks for the help!
Offline
I put "show" at the beginning of the script and the sprite re-appeared.
But I thought "show" was sort of implicit.
Especially because I had to "hide" another sprite to make it disappear at the beginning and to make it "show" only when "broadcast xxx" was called.
Offline
giacomos wrote:
I put "show" at the beginning of the script and the sprite re-appeared.
But I thought "show" was sort of implicit.
Especially because I had to "hide" another sprite to make it disappear at the beginning and to make it "show" only when "broadcast xxx" was called.
It is because maybe you have clicked hide when you dragged it and if it performed the script it would hide it unless you put the show in the beginning.
when gf clicked show broadcast [xxx v] when i receive [xxx v] hide
Offline