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

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