This a silly little shooter game. Code based up on the Canon Macro Language.
Rocket Number 9
Rocket 9 is the personal and professional online presence of Flash developer and citizen Mike Connor.
Cloud Swing, Inc. is our software development shop.
This a silly little shooter game. Code based up on the Canon Macro Language.
Cloud Swing, Inc. is my newly formed S-Corp. This will allow me to take on ‘corp-to-corp’ work and hire employees. We are open for business. Our specialties are Flash Development and mega art project ninja services.
Last night I spoke at the FlashCodersNY weekly meeting about the VPAID api.
I was called into complete a Face Recognition Flash app for MySpace last week. It was a promo for the Black Eye Peas. After you give permission for Flash to turn on your camera, it locks in on your face (center your face for this) and then song begins. Cute 8bit art gets blasted on [...]
I’ve seen the question of how to dispatch a MouseEvent through code, but i’ve never seen it answered. I figured it out so i’ll share it with your here. Let’s say you have a BallSprite class and a RectSprite class (BallSprite being a graphic of a ball…..etc). And i want a MouseEvent.Click on an instance [...]
An Actionscript 3 class I wrote the places tiles on a grid – either randomly or in order, with no overlap, and allows for a tile free zone.
The Flash Blog » Flash Builder rebrand FAQ.
Looks like I had a problem with my JavaScript. I need to add: var swfDiv = document.getElementById(‘swfDiv’); Checks out now in FireFox 3.5 mac, FireFox PC (version?), IE 8 on the pc. <script type="text/javascript"> function putFlashOnTop() { var swfDiv = document.getElementById(’swfDiv’); [...]
I have a swf with some html copy below it. It should (seemingly) expand when clicking the button and contract when clicked again. see example I need to swap the z-Index of the divs containing the SWF and the html copy. The swf is embeded using SWFObject. I have two simple javascript methods for re-assigning [...]