home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / 2gioco.dir / 00089_Script_89 < prev    next >
Text File  |  1997-01-09  |  299b  |  12 lines

  1. on startMovie
  2.   --scrivitesto
  3.   --leggitesto
  4.   Cursor [(the number of cast "Mano"),(the number of cast "ManoMask")]
  5.   set the regPoint of cast "Mano" = point(9,10)
  6.   set the regPoint of cast "ManoMask" = point(9,10)
  7.   global gF, gI, gL
  8.   put 0 into gF
  9.   put 0 into gI
  10.   put 0 into gL
  11. end
  12.