home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / testsoft / carr / IRL.CST / 00053_Script_s_gokinoirl < prev    next >
Text File  |  1998-01-28  |  486b  |  22 lines

  1. on mouseDown
  2.   set the memberNum of sprite (the currentSpriteNum) to (the memberNum ¼
  3. of sprite (the currentSpriteNum))+1
  4.   puppetSound 2,"woodbut2"
  5.   updateStage  
  6. end
  7.  
  8. on mouseUp
  9.   global g_music
  10.   global g_ent
  11.   set g_ent=0
  12.   
  13.   -- clearing podroz movie
  14.   set the visible of sprite 3 to false
  15.   set the visible of sprite 27 to false
  16.   UpdateStage
  17.   set the visible of sprite 3 to true
  18.   set the visible of sprite 27 to true
  19.   
  20.   go marker("kino irlandia")-1
  21. end
  22.