home *** CD-ROM | disk | FTP | other *** search
- SpecialText.text = "Special: Try advanced level 31 for free!";
- if(_root.BuyMeWindowMode == 4)
- {
- nagText.text = "Skip Level only available in BLOX Deluxe.\nBuy now to enjoy all 50 levels!";
- }
- else if(_root.BuyMeWindowMode == 3)
- {
- nagText.text = "Selected level only available in BLOX Deluxe.\nBuy now to enjoy all 50 levels!";
- SpecialText._visible = false;
- FreeTryBtn._visible = false;
- }
- else
- {
- nagText.text = "Incredible new challenges ahead.\nBuy now to enjoy all 50 levels!";
- }
-