Timers in Actionscript 3 Comments (5)
by Wez Pyke - August 6, 2008 in Flash/Actionscript,Text Tutorials

I'm writing this tutorial for someone who posted a comment on Basic Actionscript 3 Game Part 1 called sstng so if you would like to know how to do a certain thing in a language then feel free to post a comment and ask.

Timers in Actionscript 3 are really simple and easy to use and understand.

Sstng wanted to know how to create a timer that is triggered after 100 seconds.

(more...)

Event Handling in Java Comments (3)
by Wez Pyke - March 11, 2008 in Java

A video tutorial on how to create a basic GUI window in java and handle events such as the click of a button.