Question
AS3 Document Class - Code Explanation Needed
Hey, you guys. I'm unsing FlashDevelop to code an SWF file that plays in flash. I'm new to using the Document Class and was wondering if anyone could explain to me what the following code means?
import flash.display.MovieClip;
and
What does "public class" and "extends MovieClip" mean in the following code:
public class as3documentclass extends MovieClip
Can someone explain what any of this means??
thanks in advance ![]()
