How to Pause a Flash Movie

If only you could customize the modal dialogue, hehe!

Works with animations as well as code. Since it’s modal, it’ll also prevent your users from interacting with the Flash movie itself.

function pause()
{
        var my_pj:PrintJob = new PrintJob();
        my_pj.start();
        my_pj.addPage(this);
        my_pj.send();
}

pause();

EventDispatcher Usage Revisited

I had a problem in an app I was building at home for fun in Central. As the app got more complex, I started adding more and more events that I needed my AppController to keep track of. AppController being a class that runs as the Singleton in the Application part of Central. For things totally unrelated, it was pretty easy to map the events generated by a player such as “play” to a class method called “play”, and for a Playlist’s “selectedIndexChange” to be mapped to a class method of “selectedIndexChange”. However…

Max Payne 2: The Fall of Max Payne

Purchased this game Friday, beat it Sunday. I did not dig this one as much as the first one. The original writer was a genious with metaphors, and at the same time could bring you into the riveting story with 3 images and a voice-over. I’ve seen about 10 minutes of one Soprano’s episode, and I can confirm that New York gangsters really do cuss… but I didn’t think it was necessarey to add realism to the game by empowering the thugs to curse. I felt it detracted from it, merely because if someone is shooting at you, they are bad by default; you don’t need a dirty mouth to confirm that. The reload spin that you perform while in Bullet Time while cool, doesn’t really technically do much. Maybe I’m missing some other move(s) with that, as I skimmed through the instruction book, but I didn’t see the point. Making a sequel to anything is challenging, and the expectations were high. I must admit that the graphics were fantastic this go around, although, my settings must of been lowered because the explosions and fire weren’t as good, nor the audio. Still, the game was fun, but doesn’t hold a candle to the original masterpiece.