home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / capolavo.dir / 00196_Script_•a• < prev    next >
Text File  |  1987-04-11  |  172b  |  10 lines

  1. on mouseUp
  2.   cambiocast
  3.   put chars(the framelabel, 1, 1) into L
  4.   if L = "0" then
  5.     go to "uscita.mov"
  6.   else
  7.     put L & "a.Mov"into L
  8.     go to L
  9.   end if
  10. end