Flash slow, help!
Flash slow, help!
Out of context: Reply #32
- Started
- Last post
- 36 Responses
- schedule20
thanks versa! ok, I changed the code to direct the actions to my movie clips. Now I'm not getting any output errors, but the hooks aren't moving.
This is what I put for the code on the root for the "hook1" MC:startLoops = function () {
hook1.gotoAndPlay("start");
}stopLoops = function () {
hook1.gotoAndPlay("stop");}
startLoops();
stop();any ideas?