home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Assets / Interface / Main.dxr / Frame Scripts_2_frame 2.ls < prev    next >
Encoding:
Text File  |  2005-05-17  |  189 b   |  13 lines

  1. on prepareFrame me
  2.   global dataSource
  3.   xmlStatus = dataSource.getStatus()
  4.   case xmlStatus.status of
  5.     0:
  6.       go(the frame)
  7.     1:
  8.       go(#next)
  9.     (-1):
  10.       exit
  11.   end case
  12. end
  13.