home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / show / xtras / ffxtras / -ffdesig.dir / 00069_upCancel.ls < prev    next >
Encoding:
Text File  |  1996-03-15  |  308 b   |  14 lines

  1. on mouseUp
  2.   doCreateCancel()
  3. end
  4.  
  5. on mouseDown
  6.   global baseSprite
  7.   set the castNum of sprite (baseSprite + 4) to the number of member "downCancel"
  8.   updateStage()
  9.   repeat while the mouseDown
  10.   end repeat
  11.   set the castNum of sprite (baseSprite + 4) to the number of member "upCancel"
  12.   updateStage()
  13. end
  14.