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

  1. on mouseUp
  2.   cambiocast
  3.   put chars(the framelabel, 1, 1) into L
  4.   if L = "6" then
  5.     go to "6_0.mov"
  6.   else
  7.     put string(value(L)+1) into N
  8.     put L & "_" & N & ".Mov"into L
  9.     go to L
  10.   end if
  11. end