forked from: QB狩りオンライン Half

by yosi_050 forked from QB狩りオンライン Half (diff: 6518)
-
♥0 | Line 8 | Modified 2013-03-02 10:40:48 | MIT License | (replaced)
play

Related images

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            Wonderfl.disable_capture();
        }
    }
}