Tag Archives: actionscript
Fullscreen in AS3 Tutorial | Plus Firefox Flash bug when enter fullscreen keyboard events fired
To view the full fullscreen tutorial go here: How to use fullscreen in AS3 | Stage Display State Tutorial
Sucks when you seem to have a bug in your code somewhere so you dissect your code over and over and are convinced that according to your code, everything should be fine, so you come back later [...]
Random Movement | Brownian revisited for as3
I have had feedback that certain random movements I program are a bit “jumpy”. Such as my old brownian movement tutorial and I really noticed it in my last tutorial, the parallax 3d depth effect tutorial. I’ve been thinking about it and looking around at some code and now have this updated brownian movement [...]
Posted in tutorial Also tagged 3D, abstract, animation, as3, color, download, experiment, flash, flex, open source, physics, tutorial 16 Comments
Foundation Actionscript 3.0 Animation: Making Things Move! | Review
Keith Peter’s Foundation Actionscript 3.0 Animation: Making Things Move!
Can I just say WOW! Being a student of art and animation before turning to the flash world, I love how Keith is able to explain programming in terms that are very easy to understand and follow. I’ve been a huge fan of his since I first [...]
How to as3 resize a movieClip and constrain proportions | Actionscript Tutorial
I’ve had that exact task numerous time while scripting actionscript. I have a source image loaded externally or a mc within the program and I need to fit it into a certain area (width x height) but keep the aspect ratio the same or as photoshop calls it “constrain proportions”. I’ve done this with fancy [...]
Posted in tutorial Also tagged as3, experiment, flash, interactive, open source, tutorial, web design 32 Comments
asfunction (TextEvent.LINK) Tutorial for AS3 | Flash HTML Link to call actionscript function | Tutorial
Overview
Earlier I wrote a tutorial article about asfunction in as2. Now that I’ m into as3, surprise surprise asfunction has been depreciated and now to replace it is the LINK TextEvent. Dispatched when a user clicks a hyperlink in an HTML-enabled text field, where the URL begins with “event:”. The remainder of the URL [...]
Posted in tutorial Also tagged as3, css, download, flash, flex, html, interactive, open source, tutorial, web design 2 Comments
StomperNet Strikes Again! with FormulaFIVE
StomperNet has been a ‘buzz’.
After Andy’s ‘Mea Culpa‘ why wouldn’t it be…
But this is so much better and bigger, learning many lessons from the last launch – StomperNet strikes again!
Teamed up with Paul Lemberg a new product called FormulaFIVE (F5 for short).
Just launched a video to excite the industry!
So check out stomperf5.com now!
Posted in portfolio, work Also tagged as2, css, dreamweaver, film, flash, graphic design, html, interactive, movie, portfolio, review, seo, stompernet, video, web design, website, work Leave a comment
Learning ActionScript 3.0: A Beginner’s Guide | Book Review
Rich Shupe and Zevan Rosser’s Learning ActionScript 3.0: A Beginner’s Guide.
This book is published by O’Reilly and is part of the Adobe Developer Library.
This book was a great way for me to move into as3. I’m coming from a visual design background with little formal programming training, to know more of my background check my [...]






















How to use fullscreen in AS3 | Stage Display State Tutorial