Current location: Hot Scripts Forums » General Web Coding » Flash & ActionScript » play if the score<100 teminate otherwise...


play if the score<100 teminate otherwise...

Reply
  #1 (permalink)  
Old 07-21-06, 06:24 PM
stormshadow's Avatar
stormshadow stormshadow is offline
Coding Addict
 
Join Date: Mar 2005
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
play if the score<100 teminate otherwise...

Code:
if((_root.health>0) && (_root.score<100)){
//game
	gotoAndStop(1);
}else if(_root.health<=0){
//losing message
	gotoAndStop(2);
}else if(_root.score>=100){
//winning message
	gotoAndStop(3);
}else{
//losing message
	gotoAndStop(2);
}
i used that on a frame... it has its own layer... but what happens is when your playing the game (frame 1) and your health gets 0 or lower... nothing happens, but it is supposed to bring you to the losing message... (frame2)

there is the same problem with the score...
Reply With Quote
  #2 (permalink)  
Old 07-29-06, 07:01 AM
UnrealEd's Avatar
UnrealEd UnrealEd is offline
Community Liaison
 
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
try tracing _root.health and _root.score, probably the variable isn't passed correctly to the other frames.
tell us the result of the trace. if it is undefined you might wonna post the rest of the code.

Greetz,
UnrealEd
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks

Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Play free flash games online iBold General Advertisements 4 01-15-06 01:59 PM
Play 3 songs continuously abialias HTML/XHTML/XML 2 07-27-05 06:14 AM
Here is $50 to play Real Money Poker weblord General Advertisements 0 03-27-05 11:37 PM
please help ,why cannot play the sound hptone JavaScript 0 10-31-04 08:05 AM


All times are GMT -5. The time now is 06:23 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.