The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 ViewsIi 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 :(
Thanks for the help and the compliments :) I'll try to change it as u said.
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..
Won't you steal my fla? :D
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...
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?
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?