Latest Posts
-
If you thought Green Planet was cool ….
18th Apr 20082Just check this out! Click the shots for the two demos. Definitely the fastest 3D I’ve seen done in Flash yet. Really state of the art, it blows everything else away. Apparently part of the Alternativa3D Engine. I really hope they release it!
-
AS3 Going’s On
17th Apr 2008Flash on the Beach 2008 is coming September 28th. See you there!
Francis Cheng has a fascinating blog entry about the new way you can use Object Initialisers in ECMA4
Jack over at GreenSock has released two great new classes: TransformMatrixProxy and ColorTransformProxy – being a Shockingly Green Club GreenSock member I already had these 🙂 but it’s great to see them in the wild.
The uber-particle system Flint has been updated to version 1.0.1. This new build changes the way the renderers work, allowing you to now specify how large the render target is (before it was the full stage size). Release 1.0 also included particle flocking, which is great fun! Definitely check it out.
Over on the Adventures in Actionscript blog a new entry gives away the full source to a feature-rich AS3 pre-loader that includes MochiAd, MochiBot, simple Domain locking and a Vista style glossy progress bar. A nice little package. You can get the progress bar on its own if the rest doesn’t appeal to you.
-
Animated Amiga Tribute
16th Apr 2008I was always an Atari boy myself, but I can’t help but smile and adore this charming animated video – created on an Amiga4000 by none other than the mega-mighty Eric Schwartz. Click for YouTube goodness.
-
Away3D Green Planet Demo
15th Apr 2008Everyone seems to be on the PaperVision hype train at the moment (and for pretty good reason), but it isn’t the only Flash 3D engine out there. Today the Away3D team released a new interactive 3D demo called Green Planet. I tested it on Firefox 3 (Beta 5) and was blown away. Graphically it’s rich, with nicely animated objects and a planet landscape to fly around (it’s under your control). There are interactive objects to pick-up, and the sound fits the whole thing perfectly.
In short, you HAVE to try this out!
More pics after the jump
-
NetStream bytesTotal weirdness
15th Apr 2008While working on a custom video player project today I noticed a strange anomoly with the bytesTotal value returned by a NetStream object loading data from a local cache.
The first time you play a remote FLV via NetStream the bytesTotal result is correct, it’s the size of the file as sent by the server. However once the FLV is in the users local cache, and the SWF was reloaded, the bytesTotal value was reporting a size of 4 GB exactly until the stream had “settled down”, and then it returned the correct value. This seemed to take a second or so at most, but it still meant that my code needed changing to cope with it.
After making the connection I was storing the bytesTotal value in a uint. An event based check was comparing this uint with the bytesLoaded value waiting for them to equal each other (i.e. get to 100% downloaded). Of course this would never happen, because it was waiting for 4GB worth of data to download.
So rather than assigning the value to a variable I’m now simply comparing bytesTotal directly with bytesLoaded and then setting a Boolean if they match (downloadComplete = true) to avoid future comparisons.
Even so, it was an interesting oddity I thought worth reminding myself of in the future. Hence this blog entry 🙂
More posts to tickle your grey matter ...
- Phaser Coding Tips 5
- Phaser Coding Tips 4
- Phaser 3 Development Log - w/e 30 Jan
- Phaser Coding Tips 3
- Phaser 3 Development Log - w/e 16th Jan
- Phaser Coding Tips 2
- Phaser Coding Tips 1
- Phaser v2.1.3 and Pixi v2 are out!
- Welcome to the DarkForge - An archive of all my old DarkBASIC code
- Phaser goes to the movies
Hire Us
All about Photon Storm and our
HTML5 game development services
Recent Posts
OurGames
Filter our Content
- ActionScript3
- Art
- Cool Links
- Demoscene
- Flash Game Dev Tips
- Game Development
- Gaming
- Geek Shopping
- HTML5
- In the Media
- Phaser
- Phaser 3
- Projects
Brain Food