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" } 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. 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"; } Link to comment https://forums.phpfreaks.com/topic/183180-quick-flash-question/#findComment-967909 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.