From: Marco Mind on
hi,

I noticed in some imaging lingo projects when stopping my application in
authoring the endsprite event isn't allways executed. I wasn't able to
find the reason when it is executed and when not (to prevent this
behavior). Does anyone know this behavior and the reasons? This can be
very frustrating when you edit an image of a castmember and want to
reset it on endsprite.

TIA
From: Mike Blaustein on
Typically if you use the Stop button in Director to stop it, things work
as expected. If you use the 'esc' key (or if Director crashes or you
hit the X in the debugger), then some of the cleanup routines in
endSprite, stopMovie, etc do not run. Always use the Stop button...
that' the point.