home *** CD-ROM | disk | FTP | other *** search
/ Voice Collection 7: Yuko Mizutani / UNTITLED.BIN / pc / mphoto3.dir / 00028.ls < prev    next >
Encoding:
Text File  |  1995-11-24  |  343 b   |  14 lines

  1. on pushbtn
  2.   set btncn to the castNum of sprite clickOn()
  3.   repeat while the stillDown
  4.     if rollOver(clickOn()) then
  5.       set the castNum of sprite clickOn() to btncn + 1
  6.     else
  7.       set the castNum of sprite clickOn() to btncn
  8.     end if
  9.     updateStage()
  10.   end repeat
  11.   set the castNum of sprite clickOn() to btncn
  12.   updateStage()
  13. end
  14.