At 00:08 +0800 04/10/2002, noelle cheng wrote:

>I do apologise  for posting  another message to the list today

Well you should too. There's nothing more annoying than having people 
post and post and post. (I'm kidding, of course! ;)

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

Attach the following behavior to sprite b:

   on beginSprite me
     sprite(me.spriteNum).visible = FALSE
   END beginSprite

Then it should start out non-visible. You can remove the beginSprite 
line from the other script setting sprite 250's visible to false as 
well; it's redundant.

-- 

              Warren Ockrassa | http://www.nightwares.com/
  Director help | Free files | Sample chapters | Freelance | Consulting
        Author | Director 8.5 Shockwave Studio: A Beginner's Guide
                    Published by Osborne/McGraw-Hill
          http://www.osborne.com/indexes/beginners_guides.shtml
[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