Advertisement
Sosowski

Untitled

Jan 19th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. trace(stuff.length); // Thingie.hx:172: 0
  2. stuff.push(new Sfx("audio/revving.wav"));
  3. trace(stuff.length); // Thingie.hx:174: 1
  4. stuff[0].loop(); // Invalid call Called from Thingie.hx line 175
  5. stuff[0].volume = 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement