Author: Dids Language: text
Description: No description Timestamp: 2007-10-17 02:20:59 -0400
View raw paste Reply
  1. on (release) {
  2.         portalSound = new Sound(this);
  3.         portalSound.attachSound("uberhaxsound");
  4.         portalSound.start(0, 99);
  5. }
  6.  
View raw paste Reply