Sample Flash Game

by blackrece
Questions 1: How do I import/attach another file or package hosted on wonderfl?
The folowing does not work!

Question 2: How would I incorporate class files? (same as previous question really)
♥0 | Line 9 | Modified 2012-05-24 19:30:04 | MIT License
play

ActionScript3 source code

/**
 * Copyright blackrece ( http://wonderfl.net/user/blackrece )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/pVie
 */

package {
    import flash.display.Sprite;
    
    import org.flixel.*;
    /* 
    * Questions 1: How do I import/attach another file or package hosted on wonderfl?
    * The folowing does not work!
    */
    import kongregate.QuickKong;
    
    /*
    * Question 2: How would I incorporate class files? (same as previous question really)
    */
    
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            
        }
    }
}

Forked