home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / 3d_dun.dir / 00074.ls < prev    next >
Encoding:
Text File  |  1994-12-01  |  231 b   |  12 lines

  1. on exitFrame
  2.   global map, posx, posy, forwardmap, getmap
  3.   set map to forwardmap
  4.   set posx to 12
  5.   set posy to 15
  6.   set the castNum of sprite 20 to the number of cast "N"
  7.   showviews()
  8.   if getmap then
  9.     preview()
  10.   end if
  11. end
  12.