Another Flash Search
Another Flash Search
Out of context: Reply #7
- Started
- Last post
- 16 Responses
- madino0
stuff posted a scaling movie clip that works.
but it is non terminating loop.
so, I am trying to right a function that scales a movie clip based on varibles set on release of button.
the button looks like this
button_01.onRelease(){
scaleboxx = 100;
scaleboxy = 100;
scalebox();
}but I can't code a loop that runs without crashing (or does anything for that matter).
here is what I want it to do:
http://madino.com/scale/can someone help?