home *** CD-ROM | disk | FTP | other *** search
/ Discovering Nature in the City / LUONTOCD.iso / pc / files / mushswe.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1996-12-16  |  342 b   |  14 lines

  1. on enterFrame
  2.   cursor(-1)
  3. end
  4.  
  5. on exitFrame
  6.   global gFrame, gFrameLabel, gPrintPicture, gPrintText
  7.   set gFrame to the frame
  8.   set gFrameLabel to the frameLabel
  9.   set gPrintPicture to the memberNum of sprite 5
  10.   set x to integer(char 5 of gFrameLabel)
  11.   set y to integer(the last char in gFrameLabel)
  12.   set gPrintText to "pic1" & x & y
  13. end
  14.