home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / testsoft / carr / IRL.CST / 00048_Script_s_gotekstirl < prev    next >
Text File  |  1998-01-28  |  297b  |  15 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.   set g_music="Car"
  13.   go marker("tekst irlandia")-1
  14. end
  15.