home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / blox.swf / scripts / DefineSprite_601 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  510 b   |  16 lines

  1. SpecialText.text = "Special: Try advanced level 31 for free!";
  2. if(_root.BuyMeWindowMode == 4)
  3. {
  4.    nagText.text = "Skip Level only available in BLOX Deluxe.\nBuy now to enjoy all 50 levels!";
  5. }
  6. else if(_root.BuyMeWindowMode == 3)
  7. {
  8.    nagText.text = "Selected level only available in BLOX Deluxe.\nBuy now to enjoy all 50 levels!";
  9.    SpecialText._visible = false;
  10.    FreeTryBtn._visible = false;
  11. }
  12. else
  13. {
  14.    nagText.text = "Incredible new challenges ahead.\nBuy now to enjoy all 50 levels!";
  15. }
  16.