View comments | RSS feed http://livedocs.adobe.com/http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/index.html?migration.html&all-classes.html/

Comments


peterd_mm said on Jul 25, 2006 at 6:46 PM :
The InteractiveObject.setCapture() method no longer exists in ActionScript 3.0. If you need this functionality, you should use the capture phase of the event model by calling stage.addEventListener(MouseEvent.<event_name>, myMouseHandler, true) where <event_name> is the mouse event you wish to block. You can then emulate setCapture() by calling event.stopPropagation();

Peter
Flash Player documentation
Adobe Systems Incorporated

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/labs/as3preview/langref/migration.html