the paths are correct … i want the alpha to be random it’d be nice if it were between like 30 and 100 … but this is the best i can do. i don’t want it to fluctuate … just to be set once when the movie loads does that make sense
but now it takes over the other actions of the buttons for my movie @#[email protected]%)[email protected]$%_) and they don’t move like they’re supposed to
setProperty, although still used, isn’t use as often, it is easier with the new dot syntax.
The Math.floor rounds your number down so you won’t get a value with 8 decimal places.
Math.floor() rounds down
Math.ceil() rounds up
Math.round() rounds off, but I think this one makes certain random numbers occur more often. I forget the EXACT reason floor is used more often. Senocular posted a lengthy explanation on this, if I find the thread, I will post it.