home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / ink&imag / source / inkmenu.dir / 00009_Next.ls < prev    next >
Encoding:
Text File  |  1996-05-10  |  128 b   |  10 lines

  1. on mouseUp
  2.   if the frame = 20 then
  3.     puppetSound("poof")
  4.     go("b")
  5.   else
  6.     puppetSound("poof")
  7.     go("a")
  8.   end if
  9. end
  10.