> Hope i'm posting in the right place for a noob. we love everyone on this list :)
In this case its not an away3d event but a classic flash.events.Event class import missing in your class or in this book snippet. I suggest you buy another book, on flash coding, as I'm affraid you will hit a wall again very soon as you need to understand how actionscript works first before to be able to do more complex applications. Everyone on this list started the same way... Good luck. Fabrice On Apr 18, 2011, at 11:18 PM, GizmoBradwell wrote: > Hi, > > Hope i'm posting in the right place for a noob. > > I'm following the 3d in flash book: > > i'm on the starting the engine section, so i've created MyFirstApp.as > as a document class and copied the code, but when i publish i get a > compile error on Line 20: 1046 Type was not found or was not compile- > time constant: Event. > > This is the code: > > private function onEnterFrame(ev : Event) : void > > Thanks for the help :)
