Archive for April, 2005

April 6th, 2005

Woo Hoo!! I’ve been aggregated.

As of this morning, I have been offically aggregated by Macromedia’s MXNA. Guess I am going to have to start writing some real content now.
For those who may stumble upon this blog, I use it to share tidbits of Flash with fellow developers, and also to host presentations and files […]

April 2nd, 2005

Week 1 and 2: ActionScript Class

Download the week 1 and 2 sample files :
Week 1 & 2 presentation
Week01.zip
Week02.zip

April 2nd, 2005

Using the Date Object

Sometimes it is necessary to display information within Flash on certain days only, until a certain or only after a certain date has passed. This is a simple ActionScript test to set up todays date in the following format "YearMonthDate". Example. 20050402 for today.
PLAIN TEXT
Actionscript:

var testDate1 = "20050306";  // March 6th, [...]