home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 January - Disc 2 / NET53B.iso / pc / net / main / 00082.ls < prev    next >
Encoding:
Text File  |  1998-11-11  |  481 b   |  27 lines

  1. on exitFrame
  2.   global gNumber
  3.   if gNumber = 1 then
  4.     go(1, "clipart")
  5.   else
  6.     if gNumber = 3 then
  7.       go(1, "rts")
  8.     else
  9.       if gNumber = 5 then
  10.         go(1, "starwars")
  11.       else
  12.         if gNumber = 7 then
  13.           go(1, "first")
  14.         else
  15.           if gNumber = 9 then
  16.             go(1, "war")
  17.           else
  18.             if gNumber = 11 then
  19.               go(1, "other")
  20.             end if
  21.           end if
  22.         end if
  23.       end if
  24.     end if
  25.   end if
  26. end
  27.