3raser Posted November 28, 2009 Share Posted November 28, 2009 Why doesn't it update leveltext to the new level? //new level if(_root.score > 3) { change.leveltext = "Level: 2" } Quote Link to comment https://forums.phpfreaks.com/topic/183180-quick-flash-question/ Share on other sites More sharing options...
Zane Posted November 28, 2009 Share Posted November 28, 2009 You'll have to provide a lot more code than that. As far as code goes, the above looks fine. Quote Link to comment https://forums.phpfreaks.com/topic/183180-quick-flash-question/#findComment-966829 Share on other sites More sharing options...
Maknis Posted November 30, 2009 Share Posted November 30, 2009 try if(_root.score > 3) { leveltext.text = "Level: 2"; } Quote Link to comment https://forums.phpfreaks.com/topic/183180-quick-flash-question/#findComment-967909 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.