diff --git a/00-custom-app/CustomApp.as b/00-custom-app/CustomApp.as index 023dbda..72e26ae 100644 --- a/00-custom-app/CustomApp.as +++ b/00-custom-app/CustomApp.as @@ -1,17 +1,14 @@ package { import mx.core.Application; - import mx.controls.Button; import flash.events.MouseEvent; public class CustomApp extends Application { - public var mutton:Button; function CustomApp() { - mutton.addEventListener(MouseEvent.CLICK, butterCup); } public function butterCup(event:MouseEvent):void diff --git a/00-custom-app/Snarf.mxml b/00-custom-app/Snarf.mxml index b0abdf7..e965b76 100644 --- a/00-custom-app/Snarf.mxml +++ b/00-custom-app/Snarf.mxml @@ -1,5 +1,5 @@ - +