> From you experiences, what are some of the things one can do 
> to optimize ther performance of a movie?

Big topic, that one.  A spin through the Maricopa archives might turn up a
few ideas.

Off the top of my head:

* store props on the stack rather that accessing them repeatedly
* use lists for everything; list arithmetic is really fast
* use symbols & integers for vars whenever possible
* don't push tons of text around into fields
* if you're using inks other than 0 or 36, reset them to 0 or 36 while
  they're offstage
* same goes for blends
* use imaging lingo when you need to -- it seems to be fast

...to name a few

HTH
Rob

/*********************************
* Rob Wingate, Software Human    *
* http://www.vingage.com         *
* mailto:[EMAIL PROTECTED] *
*********************************/

[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