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!]

Reply via email to