Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. var TheFutureBackingSong:TheFutureBacking = new TheFutureBacking();
  2. var TheFutureBackingChannel:SoundChannel;
  3. var TheFutureBackingVolume1:SoundTransform = new SoundTransform(1, 0);
  4. var TheFutureBackingVolume2:SoundTransform = new SoundTransform(0, 0);
  5. TheFutureBackingChannel = TheFutureBackingSong.play(0,1, TheFutureBackingVolume1);
  6. TheFutureBackingChannel.addEventListener(Event.SOUND_COMPLETE, gotoStarlight);
  7. var TheFutureBackingpausePosition:Number;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement