home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / testsoft / carr / IRL.CST / 00016_Script_s_gomapa < prev    next >
Text File  |  1998-01-28  |  313b  |  17 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,mov
  10.   global g_ent
  11.   set g_ent=0
  12.   set g_music="Car"
  13.   set mov=0
  14.   unLoad 200,1000
  15.   go "mapa"
  16. end
  17.