Adding Sound: 
  1. Click Spritel in the sprite list and click the Sounds tab.  
 2. Try the meow sound already there. If you don.t like it, click the speaker icon to choose a different sound from the sound library. 
  3. Click the Scripts tab and find the play sound block from the Sound menu. Add this block when space key pressed script. (Select the sound you want from the drop-down list.) 
  4. Run your program. 
 Example: 
  Program for print the word "Hello" with sound:  
 
   1. Click events  in script  option .  
 
   2. Drag 
 
  3. Click Looks in script  option . Drag " say" to script area .  
 
   4. Type " Hello " word in say tab .  
 
   5. Click sounds in script option . Drag play sound to script  area.  Choose  the hello sound from the audio file .  
 
   6. From File menu choose  the Save option .   
 
   7.  Click  the green flag at the top right corner  of the stage  window to run the program .  
