00:00
00:00
Newgrounds Background Image Theme

Vie64 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Time Limit 2002-03-04 17:16:41


I can not figure out how to make a time limit. I want to make a quiz game so when your time runs out it goes to the "TIME UP" slide. I looked on flash kit but it didn't help. Please try and help.

Response to Time Limit 2002-03-04 22:34:07


Oh come on! My freind did this sort of thing with POWERPOINT (i do relise i can't figure it out eather). Please help!

Response to Time Limit 2002-03-05 12:52:06


Ok first, set your variables

time = <whatever>

Then, add a conditional. Place this on some sort of MC.

onClipEvent(enterFrame){
if (_root.time>=1){
_root.time--;
}
if(_root.time<=0){
_root.gotoAndStop("Time up");
}
}

Simple.

Response to Time Limit 2002-03-05 14:32:47


At 3/5/02 12:52 PM, Uncle_Boris wrote: Ok first, set your variables

time = <whatever>

Then, add a conditional. Place this on some sort of MC.

onClipEvent(enterFrame){
if (_root.time>=1){
_root.time--;
}
if(_root.time<=0){
_root.gotoAndStop("Time up");
}
}

Simple.

Gee, thanks Unky Boris! You are my favorite uncle.

Response to Time Limit 2002-03-06 11:28:48


At 3/5/02 02:32 PM, Lepp2525 wrote: Gee, thanks Unky Boris! You are my favorite uncle.

I'm most people's favourite Uncle.