all groups > flash actionscript > july 2006 >
You're in the

flash actionscript

group:

Flash Mx to Flash8


Flash Mx to Flash8 flashimpaired
7/16/2006 8:58:40 PM
flash actionscript:
I have designed slideshows and content in Flash Mx that use a code for
preloaders from a book called Flash MX Magic. I am now using Flash 8, and have
copied the code directly into new projects, and the preloader doesn't work. I'm
wondering if there are differences between the two that would make the
original code useless?
Re: Flash Mx to Flash8 kglad
7/16/2006 9:08:13 PM
make sure all your variables are initialized: flash 6 would assign allow an
undefined variable that's incremented to start at zero. flash 8 doesn't allow
that. incrementing an undefined variable yields an undefined variable.

also, flash 8 is much less forgiving of typos: myVar is not the same as myvar.
Re: Flash Mx to Flash8 Jeckyl
7/17/2006 12:00:00 AM
Note that those differences are with regard to what you publish for .. if
its Flash Player 7 or later then you get the changes in how undefined values
behave and in upper/lower case.
--
Jeckyl

AddThis Social Bookmark Button