View Single Post
  #1  
Old 05-12-2008, 08:43 AM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Proper sound control

PHP Code:
snd = new Sound("jfbepop.mid");
snd.play(0,3000); // play from 0 to 3 seconds
snd.volume 0.5// 50% volume 
Would be good if the Sound object actually did anything imho. Plus I kinda need this for GK so if you don't mind Stefan?
__________________

Reply With Quote