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 ViewsSince my animating skillz are bad, i will try some voice acting..
I can do many kinds of voices, from the really dark ones, to really squeeky ones :)
My specialties are evil devil and old man ones.
PM me if you need help, and i can get you an audio file for your listening pleasure..
That duplicating code made practicly the same thing as mine :( It couldn't create more than one duplicate. If it's duplicated twice, the first duplicate will just go back to it's original position :(
I've already made my entr on actionscript.org and, well it helped me with duplicating one copy of a movieclip, but an endles number didn't work for me. I use the code
on (press){
_root.mc.duplicateMovieClip("mc"+count, count);
count += 1;
}
Count is previously set on 1 but it just doesn't work! I end up being able to drag two mc's around the screen :(
I'm learning actionscript and I need a small guide for duplicating a movieclip on mouseDown. The thing is that i want the number of duplicates to be "a lot" or endless. One movieclip should always stay on the same place.
Secondly i want to be able to drag a movie clip by a 32*32 grid. I don't know if it's a very complex code but anyways^^
Help is needed!
Hello, i need some help making footprints appear behind a rotating and walking MC, i need some AS-code to make the footprints appear with the correct rotation and go away after about 20 seconds.. Is this possible?