home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / 1gioco.dir / 00086_Script_86 < prev    next >
Text File  |  1997-01-09  |  205b  |  10 lines

  1. on mouseUp
  2.   put chars(the movieName, 1, 1) into nM
  3.   if nM<3 then
  4.     put integer(nM+1) into nM
  5.   else
  6.     put 1 into nM
  7.   end if
  8.   SuonaInterruttore
  9.   go to movie "@:" & string(nM) & "gioco"
  10. end