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

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