USERNAME:
PASSWORD:
Save Info!
Logging in…
This topic is 1 page long.
[ Profile | Posts | Contact ]
Posted at: 8/17/06 02:17 AM
Sign-Up: 08/16/06
Posts: 13
if (_root.score==10) { gotoAndStop(25); }
why doesnt this work when score is 10 it doesnt go to frame 25
Sign-Up: 08/09/03
Posts: 9,270
Where do you have that code?
TOTW.com! -- Orange Fox Games
Posted at: 8/17/06 02:19 AM
on the main timeline
Posted at: 8/17/06 02:20 AM
Sign-Up: 03/18/05
Posts: 5,049
this.onEnterFrame=function(){ if(score==10){ gotoAndStop(25); } }
========|| WWWWWWWW>[-[Blog] - [Audio] - [Userpage] - [Flash] - [Last.fm]-]<WWWWWWWW ||========
Posted at: 8/17/06 02:21 AM
At 8/17/06 02:19 AM, ShqweezPerduptins wrote: on the main timeline
On a movieClip put:
onClipEvent(enterFrame) { if (_root.score==10) { _root.gotoAndStop(25); } }
Posted at: 8/17/06 02:25 AM
thanks
All times are Eastern Standard Time (GMT -5) | Current Time: 09:12 AM
<< Back