home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / 0_home.dir / 00015_Script_annullaUscita < prev    next >
Text File  |  2000-10-16  |  148b  |  7 lines

  1. on mouseUp
  2.   global gCanClick, gNSClicked
  3.   
  4.   if (gCanClick) and (gNSClicked = the currentSpriteNum) then
  5.     go to frame "loop"
  6.   end if
  7. end