November 2005
S M T W T F S
« Oct   Dec »
 12345
6789101112
13141516171819
20212223242526
27282930  

Archives

Archive for November, 2005

LozengeButton in AS3

OK, so I grabbed a few minutes over lunch today to try a few button tests just to see what I could knock together without having to read too much documentation :P
Well here are the results:
PLAIN TEXT
ACTIONSCRIPT:

package {

    import flash.display.MovieClip;

    import com.flashgen.examples.LozengeButton;

 

    [SWF(width="100", height="50", backgroundColor="#DFEEEF")]

    public class AS3LozengeButton extends MovieClip

  [...]