Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function setSeconds(iSeg)
- {
- var startTime = new Date - (iSeg * 1000);
- return true;
- }
- function setSound(iSound)
- {
- soundManager.setVolume('loop',iSound);
- return true;
- }
- // By Bruno da Silva (nickname DraKiNs)
- //www.ips-team.blogspot.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement