home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / micdemo.dir / 00005_Script_5 < prev    next >
Text File  |  1996-09-23  |  631b  |  19 lines

  1. on mouseDown
  2.   put the membernum of sprite the clickon into tThisMember
  3.   put the name of member tThisMember & "Down" into tDownMember
  4.   put the number of member tDownMember into tDownMemberNum
  5.   puppetsound "click"
  6.   updatestage
  7.   repeat while the mousedown
  8.     if rollover (the clickon) then set the membernum of sprite the clickon = tDownMemberNum
  9.     else
  10.       set the membernum of sprite the clickon = tThisMember
  11.     end if
  12.     updatestage
  13.   end repeat
  14.   set the membernum of sprite the clickon = tTHisMember
  15.   puppetsound "click"
  16.   updatestage
  17.   if rollover(the clickon) then go to movie "DintrFce"
  18.   
  19. end