Hi;
Forgive me for asking on this list, but nobody answers at Adobe, and I can't
find another active list to ask for help.

I'm getting closer. I studied 2 tutorials twice, but apparently missed an
important detail. I have the following code in a file called HelloWorld.as:



package
{
   import flash.display.Sprite;

   public class HelloWorld extends Sprite
   {
      public function HelloWorld() {
         trace("Hello World");
      }
   }
}



I open up a new AS3 file, go to Properties and enter "HelloWorld" in the
class field. Then I press ctr+enter to play the resulting swf. Nothing
happens, not even a compiler error. Please advise.
TIA,
beno

PS Where would I see that trace, anyway?
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to