Feb 04

Spacebar to pull back pin
A,D to use paddles

Feb 03

I love 3d interfaces, coolest things ever! Here’s the beginning example of a 3d content management system I’m working on!

Feb 02

This is my first try at havok so don’t beat me up to bad. havok rocks i was trying to pin a lego dude to a wall when he gets shot but i ran out of time. Havok in director was so powerfull. Notice in the middle you can jump up and pin to the box to unpin just hit space. W,A,S,D are for diretion space for jet pack and jump. Wow I love Director. Cant wait till flash can do this

C camera veiws
lego

Feb 02

I decided to take all the flash examples at gotoandplay and write them into a FMS2 compliant mmorpg. I originally wrote this is FashCom 1 and that is what this example is. The flash client is flash 8. Open this page in up to five tabs for different clients.

I would like to see if this works in BlazeDs I read on someone blog it could handle 15000 connections! WOW

Things I tried to accomplish

All of the code blow is converted from multi tutorials on gotoandplay.com

Line of sight
a* Path Finding
Tile Approach with scrolling 2d first then 3d
Amfphp backend
Shockwave3D Front end
Papervision Client

Incomplete but good example

Feb 02

Shockwave demos

Feb 02

I wrote a c#(actually copied the code from a great asycronous socket example on the web. I’ll post the link when I can find it! And yes I  know about the cool new url favorite services on the web.) Embed director activex control to do the physics and c# to do the socket stuff. Please note this is only an example of how to do this with flash, director and microsoft. What a awesome combonation of tools!

There are four major components to this written in 3 different laguages leveriging 10 different types of technology

SERVER SETUP

WindowsApplication4.exe
Microsft Visual Studio 2003 c# asyncronous socket server modified to talk to flash on port 80
Com Object Proggraming to Talks to a Embed Director File

Director DCR stub file to Embed into c# AtiveX Control
 This file contains a Director 8.5 3d Containor That manages all the physics powered by havok. When someone logs into the SocketServer it automatically adds the model to the 3d world and havok then as havok moves the models the socket server send the data back to the connect flash 8 client

CLIENT SETUP SOFTWARE

decent.dir
This is the main client it can be web based or a mac/pc executable it has the flash 8 file embeded into to talk to the c# socket server and then renders it to the client

mmorpg.swf
Flash 8 SWF file to embed in the client that has the socket client code in it

 

As Noted
key notes

Based on havok
Asycronis Socket Server
Flash Client thats attaches to port 80

Feb 02

Flex terrain generator from gis data

Feb 02

Well today it starts an insight into the mind of a mad computer scientist.  You know I hate to type as an computer programmer  you would think i love it but i don’t so dont expect much fancy words or allot of rederick here in my blog. It just a place for me to post my code and collaborate with other and the most part finally share my work!

Ps Thanks to all the great people that have shared your code with me everything cool i’ve done by learning