Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- trace(stuff.length); // Thingie.hx:172: 0
- stuff.push(new Sfx("audio/revving.wav"));
- trace(stuff.length); // Thingie.hx:174: 1
- stuff[0].loop(); // Invalid call Called from Thingie.hx line 175
- stuff[0].volume = 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement