Will you please respond to what I actually said instead of what you think I said?  I 
didn't say that using the actor list was too
hard or even hard.  Overall, it's pretty easy.  What I said was that it was too much 
trouble; in other words, it's not worth the
trouble to use it for this project.  I don't need that particular functionality that 
badly.  I just figured out another easier way
to do it.

Charlie Fiskeaux II
The Creative Group
www.cre8tivegroup.com
859/858-9054 x29
cell: 859/312-3883


----- Original Message -----
From: "Terry R. Schussler" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 28, 2001 10:30 PM
Subject: Re: <lingo-l> RESEND - creating a handler that executes on every frame


At 3:29 PM -0400 7/27/01, Charlie Fiskeaux II wrote:
>yes, it is too much trouble to use the actorlist.  But I can't only use
>the dummy sprite method either, because then the enterFrame
>handler would never get passed to the frame scripts.  The only thing I
>have found that helps is to use the pass method which passes
>the event message on up the hierarchy to the next in line.

Charlie:

Too much trouble? Really?

-- Parent script "frameTrapper"

on stepFrame
  -- your code here
end stepFrame

-- Movie script handler

on prepareMovie
  (the actorList).add( (script "frameTrapper").rawNew() )
end prepareMovie

Regards,
--

...---===|  Terry R. Schussler  |===---...
...---===|  Chief Investigator  |===---...

on visitWebsite yourSelection
 coolSites = [ \
   #advancedSeminars : "http://www.macromediaSEMINARS.com/";, \
   #directorUniversity: "http://www.directorU.com";, \
   #multiuserUniversity: "http://www.multiuserU.com";, \
   #flashUniversity: "http://www.flash5U.com";, \
   #dreamweaverUniversity: "http://www.dreamweaverU.com";, \
   #freeBehaviors : "http://www.behaviors.com/";]
 gotoNetPage coolSites[yourSelection]
end visitWebsite


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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