hey lostinbeta how goes it ?
Its an experiment code in Flash Math Creative and I wanted to use it as a loader created by PaulPrudence. They way it was done in flash math creative was in a 3 frame loop but I wanted to make it more compact the code. HERE IS A LINK TO THE FLASH MATH
it is circling 1 on the page
LOL, Sorry, someone else posted on this forum with a question about that same code
Well see, it is in a 3 frame loop because that is like its form of onEnterFrame, if you have it in 1 frame, in MX, it doesn’t count that frame as being looped over and over for some reason, so it won’t keep updating the code and instead it will just be there.
Well you said the original code was in a 3 frame loop, but you wanted to compact it.
Well I assumed that you meant you wanted to make it 1 frame.
If your movie is only one frame long Flash will not loop around and update the new information with things you are using += with and such.
So your cir clip will just be one clip randomly changing colors…
You are using the onEnterFrame function to use this code on the clip “cir”, but an onEnterFrame function is used to act like the onClipEvent (enterFrame) of a movie clip, which is not how this movie updates it’s code.
[SIZE=1]are you getting it that I am confusing myself too?[/SIZE]
LOL really? Because I knew what I was talking about when I started typing, then I relooked at the code, and forgot what I was talking about… and ended up not making any sense to myself…lol.
Well I guess in short… these people crushed the code down as much as they possibly could
Although MX could probably do more… not sure if you want to mess with that really