What Do You Mean?
Offline
ok, I make a background, put a sprite on it. Then I make background2 and the sprites are automatically on that background but I dont want them to be, What do I do?
beginner that would appreciate the help. Thanks
Offline
Do You mean they show on frist map then hide on other
Offline
After the
switch to stage [ ], put a
broadcast [Background changed v]block. Then, on the sprite you want to hide, put these two scripts:
when gf clicked show
when I receive [Background changed v] hide
Last edited by RedRocker227 (2012-02-11 10:13:56)
Offline
how do i make my own fourm
Offline
Connor-McIntosh wrote:
how do i make my own fourm
... Why are there always irrelevant posts from you? It keeps annoying me. That is not relevant to the topic.
(sorry if I offended you)
Offline
Well i want to know how to make a forum i dk wat it be on is it on help with scripts
Offline
Connor-McIntosh wrote:
Well i want to know how to make a forum i dk wat it be on is it on help with scripts
When you're in the correct forum, then click on the "Create new topic" button. Type everything in, click submit, and you now have your own thread.
Offline
rdococ wrote:
Connor-McIntosh wrote:
how do i make my own fourm
... Why are there always irrelevant posts from you? It keeps annoying me. That is not relevant to the topic.
(sorry if I offended you)
He's just trying to be stupid, ignore him.
Or, does he mean new thread?
Offline
Another way you could do it so that you don't have to broadcast anything is:
when gf clicked forever if <<[background# v] of [stage v]> = (1)> show end if <<[background# v] of [stage v]> = (2)> hide
Offline