00:00
00:00
Newgrounds Background Image Theme

corentingoo just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Reviews for "The Tutorial Collab '08"

Question

amazing tutorial I swear, but my music is not working, heres my code, could you please correct me?

var mySound:Sound = new Sound();
on(release) {
mySound.attachSound('Sound1');
mySound.start(secondsOffset,loops);
mySound.start(0,1);
}