> I don't believe there is such a critter.
That's a serious bummer.
Hey MACR! -- Dir MX 2007 should include the lingo equiv of Flash's
arguments.caller.

> Why d'you want to know? There might be other ways to deal with
whatever 
it is you're trying to do.

I'm making a self running tutorial where the users go through and fill
in the blanks of some answers (in SWF sprites).  Every time the playhead
leaves a marker with a SWF sprite, I use FileIO to save their answers
entered in the SWF sprite(collected via objectList) to a spot on their
hard drive.  That handler that does this is called communicateData.

This handler, communicateData, is called in two different ways:
(1) endSprite of the SWF sprite: it's variables get written out to the
HD.
(2) When the user presses my custom "Quit" button: if they are on a spot
in the score with one of these SWF sprites that have their data entered,
communicateData is called to save out the data before the projector
quits.

The issue is that in my lingo on the quit button, the data is written
out anyway, so I'm trying to avoid having this data get written out
twice.

- Michael M.

[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