hi all...i have questions
1. in a case there are 1a-1b and 2a-2b sprites when mouse over to sprite 1a it will change to sprite 1b and also it will change the sprite 2a to 2b
2. how do you hide all the sprites when i click another sprite?
thanks
Offline
Both cases could use the Broadcast command.
1. Sprite1 tests...
If touching mouse-pointer?
broadcast switch
Both sprites...
when I receive switch
next costume
2. On the clickable sprite...
When SpriteN clicked
broadcast hidesprites
on the other sprites...
When I receive hidesprites
hide
Offline
okay thanks... how about if i put a link to a website, can i do that?? thanks
Offline