Making of C-for-yourself 3D mini game
Works ► AS3 ► My Projects ► Adobe Flash 02.Nov 7:16 pm by wissar2 Comments »

Flash 3D mini game, a small game which is so stunning.
Not to over rated, but this game can ensure developers that flash 3d game is works.
readmore »
Modify Papervision for Double Sized data from maya
AS3 ► Adobe Flash 24.Oct 1:40 am by wissar1 Comment »Generally, collada model’s material in papaervision3d displays only one-sized whether you set it double-sized in maya or not.
Let’s modify Collada.as to display double-sized data from maya.
Open the file
org/papervision3d/object/Collada.as
buildObject( semantics, instance, matrix ,(geometry.extra.technique.double_sided==1));
private funcction buildObject( semantics:Object, instance:DisplayObject3D, matrix:Matrix3D=null ,doubleSized:Boolean=false):void
var face:Face3D = new Face3D( faceList, _materials.getMaterialByName(materialName), uvList );
before this line add the script */
_materials.getMaterialByName(materialName).oneSide = !doubleSized;
In maya, the default of objects are displayed as double-sized. When you export them while double-sized is set, it’d be display an un-want effect in complicated object.
So, you should remove the double-sized setting when export them and I recommended you to use double-sized setting for the plane object only.

Script to display currently framerate of flash movie for flash-developer.
AS2 version featured:
AS3 version include a featured:
Display memory usage and its graph.

Because of possibility to create 3d games in flash with Papervision3d is not so far. This would be the time that a web/game-developper like me must start to do this. Back to the last month, I started to developed games and application in AS3 and leaved the old friend AS2 behind. I found some problems with depth manager of papervision which is needed to modify a little as well as its performance is quite limited. May be, I need to learn more about it, by the way, I was completely started with AS3.
Due to my current work, figure 3D models from Maya to use in flash game has some problems; size, face, rotation, texture etc..
I created a program from flash to test/view these models as well as include a little tuning with their size, rotation at the same environment of the game before placing them.
This program only* supports the file type *.dae collada with triangular faces.
And the program is BETA, I am waiting to the complete of AS3 AIR-Application to fix the browse and save method in this program. Now, you can type the absolute path to test your dae model and only browse them in the same directory. version 1.0 is completed.
Test the application here:
http://www.lifeztream.com/work/daeviewer/
DAE Viewer 1.0 is finished
Usage:
Double click a file which has the *.dae extension, the program will be opend.
This program support drag-drop to open a file or you can browse it directly from the program.
Installation:
First, downlaod AIR application runtime from Adobe at the link below:
http://labs.adobe.com/downloads/air.html
and here is DAEVIEWER 1.0
Source code for flash developers, including AS3 with AIR Application scripting:
DaeViewer1.0 source as3 with air application (854)
please come back to leave a comment for this program to enhance it in the next version ![]()

Do you see her turn clockwise or counter clockwise?
If you see her turn clockwise, you use you right brain more than the left one.
The left brain using for the logical, sequential, rational and analytical. But the right brain using for the intuitive, subjective and random.
At the first sight, I saw her turn clockwise, then she turns opposite after 1 min of seeing.
Sony bravia launch the new TVC again. For this campaign, It was start from colorful-balls bouncing around the town then the fireworks of water-color.
This is the third, let’s see.
Agency : Y&R

Creative Blog
|
|
Adobe Flash Blog
|
|
Technology Blog
|





Recent Comments