Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.18 / 5.00 3,534 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.80 / 5.00 4,200 ViewsI'm currently attaching a blood splat movieclip in the position of a killed enemy. I have that part working fine, using
"_root.attachMovie("lblood", "blood"+_root.i, _root.d);
_root["blood"+_root.i]._x = this._x;
_root["blood"+_root.i]._y = this._y;
_root.i += 1;
_root.d += 1;"
The problem I'm having is once I move onto a separate frame/level, They remain there on the next screen. How would I go about removing them?
Thanks in advanced.
ITT: ActionScript 2.
Damn, why you program like that?
At 14 hours ago, Wolfos wrote: ITT: ActionScript 2.
Damn, why you program like that?
What's wrong with the way I program?
You program in multiple frames, why? You really should learn AS3 and OOP, frames are for animators.