home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / FS.dir / 00020_Script_20 < prev    next >
Text File  |  2001-09-04  |  139b  |  7 lines

  1. on exitFrame
  2.   global gWhichFrame
  3.   if the mouseDown then
  4.     enableMenu(TRUE)
  5.     go frame (gWhichFrame - 1)
  6.   else go the frame
  7. end