The McLeodGaming forums were permanently closed on April 30th, 2020. You are currently viewing a read-only archive.
View unanswered posts | View active topics It is currently Fri May 15, 2020 5:38 am

Forum rules


IMPORTANT

This Forum is for Flash related questions ONLY! Do not ask questions about spriting, Game Maker, Photoshop, or anything else not related to Flash.



 [ 4 posts ] 
[Request] Scoring 
Author Message
User avatar

Joined: Tue Oct 28, 2008 1:37 pm
Posts: 300
Code:
onClipEvent(enterFrame){
  if (_root.score == 10) {
    gotoAndStop(2);
  }
}

I... I. I just dont understand, i bet its sooo simple but i just cant get it.
For those who dont what i'm trying to do.
So basicly when my dynamic textbox (score) = 10 go to and stop at frame 2.
Some one please help this noob. :cry:

_________________
Image
super smash bros blits(working title)-1% done
new flash game


Thu Nov 05, 2009 10:49 am

Joined: Mon Aug 11, 2008 11:33 am
Posts: 22
Did you put
Code:
stop();
in the first frame?

Because if you didnt the movie keep cyclying through the diferent frames.


Thu Nov 05, 2009 1:42 pm
User avatar

Joined: Tue Oct 28, 2008 1:37 pm
Posts: 300
Ye iv'e done that, ive tryed alot of codes to try and get this to work but it just keeps counting up.
edit-sorry about this. I think i might of cracked it :sweat:

_________________
Image
super smash bros blits(working title)-1% done
new flash game


Thu Nov 05, 2009 2:08 pm
User avatar

Joined: Mon Aug 11, 2008 1:09 pm
Posts: 166
Location: England lol
Gender: Male
Currently Playing: Minecraft
If you wish the movie clip that the event is attached to to go to frame two then your code is correct. If you wish the main timeline to jump to the second frame then use:

Code:
onClipEvent(enterFrame){
  if (_root.score == 10) {
    _root.gotoAndStop(2);
  }
}


Fri Nov 06, 2009 6:21 pm
WWW
Display posts from previous:  Sort by  
 [ 4 posts ] 

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software for PTF.