home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / 0_end.dir / 00011_labelClick.ls < prev    next >
Encoding:
Text File  |  2000-11-13  |  530 b   |  22 lines

  1. on mouseUp
  2.   global gFromFrame
  3.   set gFromFrame to the frame
  4.   set n to the name of member the member of sprite the currentSpriteNum
  5.   if (n contains "fs") or (n contains "oj") then
  6.     sound stop 2
  7.     go(n)
  8.   else
  9.     set the cursor of sprite the currentSpriteNum to 0
  10.     cursor(4)
  11.     updateStage()
  12.     set the pathName of member "qtvr" to "@:files:" & n & ".mov"
  13.     go("qtvr")
  14.   end if
  15.   apriNavEnd()
  16. end
  17.  
  18. on beginSprite
  19.   set Ns to the currentSpriteNum
  20.   set the cursor of sprite Ns to [member "dito", member "dito_m"]
  21. end
  22.