Results 1 to 6 of 6
Thread: Make guys pop up randomly
-
December 1st, 2004, 04:39 PM #17Registered User
posts
Make guys pop up randomly
Hey, Im making a FPS game and i couldn't make my script work to make the guys pop up at random times.
I also need help with making a time when u cant shoot, ive tried tons of stuff but it aint work.
Thanks,
benn****son
-
December 1st, 2004, 07:04 PM #2
welcome to the forums! some one asked this a week or two ago, you can view the thread here (download the attachment in post 18).
I'm not sure what you mean by:can u tell me more?I also need help with making a time when u cant shoot, ive tried tons of stuff but it aint work.
-
December 1st, 2004, 09:46 PM #3
hahaha, i thought this was a thread on how to pickup. lol.
-
December 7th, 2004, 05:34 AM #47Registered User
postsHey, well i meant i want a time in which u cant shoot ie. bany x6 then u have to wait and reaload b4 u can shoot again
-
December 7th, 2004, 05:38 AM #57Registered User
postsint = 500;
i = 0;
_root.onEnterFrame = function(){
if(i == int){
//choose random mc to play
var ranMc = Math.random*5+1; <-- if you have 6 mcs
_root["mcname"+ranMc].gotoAndPlay(2);
i = 0;
}
i++
}
Theres an erro in t3h code i cant fix!
-
December 7th, 2004, 12:21 PM #6
Similar Threads
-
Princess Bride Quotes - Fun things in Life
By Phil Jayhan in forum RandomReplies: 758Last Post: December 13th, 2005, 10:40 AM -
So, do any of you guys make a decent income from Flash...
By mlkedave in forum RandomReplies: 41Last Post: December 3rd, 2003, 03:27 PM -
Opening a pop up from inside the centered pop up
By TheMuadib in forum Flash IDEReplies: 1Last Post: August 14th, 2003, 06:51 PM -
launching a pop up window from another pop up windows
By max999 in forum Flash IDEReplies: 2Last Post: June 23rd, 2003, 12:12 PM

Reply With Quote


Bookmarks