Author Archives: Carly (Admin)

About Carly (Admin)

I'm a multimedia developer based in Brisbane. I work for an elearning firm and code my own projects in the wee small hours between eating, sleeping and working.

getters setters and more in flash develop

In Flash develop 2 there was a useful plugin for automatically generating getters and setters. Now in Flash develop 3 beta 6, the feature is now inbuilt along with a whole lot more features… http://www.flashdevelop.org/wikidocs/index.php?title=Features:Generation The shift+ctrl+1 combination feels a … Continue reading

Posted in Programming | Tagged | Leave a comment

No _ in air id for the application file

I’m putting a sample together for a question that was asked at the Brisbane flex/air launch. I called the project air_photodemo which puts that as the ID for the app file. <id>air_photodemo</id> The compiler was throwing an invalid application descriptor: … Continue reading

Posted in Programming | Tagged | 3 Comments

Flash Develop 3.0 Beta 6 has been released

Flash Develop is my IDE of choice when working with actionscript. You can write both AS3 and AS2 using either flash to compile or the Flex SDK (only AS3). Flash Develop is free and open source, though remember donations help … Continue reading

Posted in Other | Leave a comment

Colin Moock is coming to Sydney

The Sydney date for the AS3 tour has finally been announced! It will be may 5th, which happens to be the same week as webdu. I guess I have to be extra well behaved at work to see if I … Continue reading

Posted in Other | Leave a comment

Blur

I’m currently reading through a couple of tutorials on how to create a water effect I want. One of them starts with a blur function which is pretty easy to understand in concept but I wanted to see the result. … Continue reading

Posted in My projects | Leave a comment

update to wiggle hydra example

I decided to add frequency into my wiggle hydra example. Frequency adjusts the distance between a wave making wider or shorter waves. The old one only let you change the amplitude of the wave on the x and/or y. kernel … Continue reading

Posted in My projects | Leave a comment