Hi,

I do apologise  for posting  another message to the list today, but I have 
yet another question to ask.

On  the screen, I have a  button sprite, a, which controls another sprite, 
b, which is supposed to be invisible.  When I click on the sprite 
a,  sprite b, becomes visible.  Then sprite b remains visible throughout on 
the screen until the user leaves this screen .

I used the following code.  Yet Sprite b is already visible when  I reach 
this screen. How do I correct my mistake?


on beginSprite
   set the visible of sprite (250) = false

end
on mouseUp
   set the visible of sprite (250) =true

end


on endSprite
   set the visible of sprite (250) =true

end

In addition, this sprite also has a change cursor and button 
rollover  behavior.

Am I doing too many things on a single sprite?

Thank you.

Noelle

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to