At 13:56 -0500 02/06/2002, Brian Romanko wrote:

>OK...
>
>I know that Director is really quirky when it comes to vectors, but this
>one has got me stumped.  I have a frame script that positions and moves
>vector lines on the screen.  Basically, there are four handlers:
>
>on beginSprite me
>   displayVectors()
>end

How about this:

on beginSprite me
   displayVectors()
   updateStage
end

Also it appears the other handlers in your behavior don't have 'me' 
references. Is that deliberate?

-- 

              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