Hi,

I have a question about memory management.
I have for some, a little problem.

When I load the next movie, I try:

on mouseDown me
  sound(1).fadeOut(300)
-- fade the currently song loop
  preLoadMovie the moviePath&"technic"
-- preload the next movie
  go to movie the moviePath&"technic"
-- and go
end

On other I just:
        go to movie the moviePath&"exit"

But if I do this on the "technic" movie the exe crash

At the beginning of the "technic" movie I have a big SW3D and sound who are
launched, and a fading in .

What is the best way to load/unload different .dxr in a project?
Tanks a lot.

Best Regards,
MadMike

[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