home *** CD-ROM | disk | FTP | other *** search
/ Cani & Cani / CANI.ISO / pc / program / aide.dxr / 00017.ls < prev    next >
Encoding:
Text File  |  1997-11-11  |  300 b   |  20 lines

  1. on exitFrame
  2.   ControlRollOver(2, 10, 2, 0, 0)
  3.   go(the frame)
  4. end
  5.  
  6. on mouseUp
  7.   global gAide
  8.   case the clickOn of
  9.     10:
  10.       EndAllPuppet()
  11.       cursor(4)
  12.       go("RechSilhouette", "BD")
  13.       cursor(0)
  14.     11:
  15.       set gAide to marker(0)
  16.       EndAllPuppet()
  17.       go("Aide")
  18.   end case
  19. end
  20.