home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / ue.dir / 00225_Script_225 < prev    next >
Text File  |  1996-03-13  |  105b  |  5 lines

  1. on mouseDown
  2.   if inside(the clickLoc, rect(122, 229, 512, 379)) then
  3.     go frame "002"
  4.   end if
  5. end