home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / multi / singing / firstmov.dxr / 00006_3.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  195 b   |  15 lines

  1. on mouseUp
  2.   if p(l()) or p(R()) then
  3.     go("2")
  4.     exit
  5.   end if
  6.   if p(3) then
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.  
  11. on exitFrame
  12.   c([[l(), LC()], [R(), RC()], [3, OC()]])
  13.   go(the frame)
  14. end
  15.