PDA

View Full Version : Flash game camera



Gadu
July 11th, 2009, 09:33 AM
Hello, i have question :) how to create Flash game camera without Flash Engines (Away3D etc ) ?
Camera similar to ( http://alternativaplatform.com/swf/demos/strategy/strategy.swf ) but this camera created with alternative Flash engine.
Maybe can create similar camera with Adobe Flash cs4 without Flash engines etc ?
Maybe is tutorial how to create similar game "camera" ?
Thanks! and sorry for my bad English!

flashmxboy
July 11th, 2009, 09:37 AM
Do you mean like a 3d camera?? Whitout using a 3d engine??
I dont know if this is possible, but if you`re looking for a 2d camera then check out vcam. Its awsome!
Links:
AS2 vcam:
http://bryanheisey.com/blog/?page_id=19
AS3 vcam:
http://bryanheisey.com/blog/?p=1

Gadu
July 11th, 2009, 10:07 AM
Do you mean like a 3d camera?? Whitout using a 3d engine??

Yes. P.S Thanks for links ;)

bluemagica
July 11th, 2009, 10:23 PM
yeh, that's pretty much possible....the only thing is, you are trying to create a 3d engine by yourself, as the projection part a.k.a camera3d is what forms the core of a 3d engine!

First get yourself used to basics of raytracing and pseudo3d, then you will have a better understanding on how to create this!