home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- cursor(-1)
- end
-
- on exitFrame
- global gFrame, gFrameLabel, gPrintPicture, gPrintText
- set gFrame to the frame
- set gFrameLabel to the frameLabel
- set gPrintPicture to the memberNum of sprite 5
- set x to integer(char 5 of gFrameLabel)
- set y to integer(the last char in gFrameLabel)
- set gPrintText to "pic1" & x & y
- end
-