Be a Supporter!
Response to: Voice Acting Club Posted September 3rd, 2007 in Clubs & Crews

Since 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..

Response to: Duplicate mc and drag to grid? Posted March 14th, 2006 in Game Development

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 :(

Response to: Duplicate mc and drag to grid? Posted March 13th, 2006 in Game Development

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!

Making footprints? Posted March 4th, 2006 in Game Development

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?