test code
started by: edoleckiedolecki
on: 1203614660|%e %b %Y, %H:%M %Z|agohover
number of posts: 1
rss icon RSS: new posts
test code
edoleckiedolecki 1203614660|%e %b %Y, %H:%M %Z|agohover
// ActionScript 3 event handler
function clickSubmit(event:MouseEvent):void {
     stage.invalidate();
     gotoAndStop("submitFrame");
}

// add clickSubmit event handler as listener of the 
// click event received by submit_button instance
submit_button.addEventListener(MouseEvent.CLICK, clickSubmit);
last edited on 1203623427|%e %b %Y, %H:%M %Z|agohover by edolecki + show more
unfold test code by edoleckiedolecki, 1203614660|%e %b %Y, %H:%M %Z|agohover
new post
Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License