Be a Supporter!
Response to: Cartoon Network scares me. Posted February 22nd, 2006 in General

Ii dont see (maybe not yet) stuff like Ben 10, or miguzy in Cartoon network.

My favourite would be Billy and Mandy, because they really have good jokes.
But there are some lame shows like Juniper Lee or johny bravo..

And my TV provider doesnt show adult swim :(

Response to: Need help with variables/tellTarget Posted January 15th, 2006 in Game Development

Thanks for the help and the compliments :) I'll try to change it as u said.

Response to: Need help with variables/tellTarget Posted January 15th, 2006 in Game Development

Well then where should i send it? I put in some comments on the actionscripts, but the Library is a mess, its half English, half not..

Response to: Need help with variables/tellTarget Posted January 15th, 2006 in Game Development

Won't you steal my fla? :D

Response to: Need help with variables/tellTarget Posted January 15th, 2006 in Game Development

At 1/15/06 09:58 AM, Rantzien wrote:
At 1/15/06 09:56 AM, Ermacc wrote: Nah, the health decreasing is ok. I have a dynamic tect box so i can see the var, and it goes to -54 and still nothing..
If you want, send me the .fla and I'll see if I can find the error.

I don't think u will understand it, everything there is ina foreign language...

Response to: Need help with variables/tellTarget Posted January 15th, 2006 in Game Development

Nah, the health decreasing is ok. I have a dynamic tect box so i can see the var, and it goes to -54 and still nothing..


Hello im making a battle engine for my game, and everything works so far, but i can't make the units die when their health drops below zero. Here's the Actionscript im using (it is located in the main timeline):
if (m1g <= 0) {
tellTarget ("_root.m1") {
gotoAndPlay(18);
}
}

The var "m1g" is the health variable of one of the soldiers (the var is in the main timeline, a bit above the actionscript i posted)
The Movieclip "m1" is the soldier (located in the same scene as the actions, placed directly on the frame"
Frame 18 is the frame where the soldier die animation starts.

I tried to change both "m1g" and "m1" to "_root.m1", etc but it doesnt work.

I guess i made sth wrong in the part where i made text bold, because it doenst do anything i write after the condition.

So, could someone please help me?

Response to: Need help with actionscript ! Posted July 31st, 2005 in Game Development

Thx, man i almost got it.


Hello, im making a flash game and i need an actionscript that would duplicate 2 movieclips (Instance names Zombie1 and Zombie2)
that they constantly appear at the sides of the window (Zombie1 at right side and Zombie2 at the left side) At first only couple of them appear, but with time more and more of them are being duplicated.

So, can anyone make a such actionscript for me?