Hello,
I’m currently in the process of selecting a Stage3D framework. Right now I’m learning towards Away3D 4 but I can’t seem to find any documentation.
Does this exist online anywhere?
Away3d 4 DocsSoftware: Away3D 4.x |
||
frank_a, Newbie
Posted: 15 March 2012 02:01 PM Total Posts: 5 Hello, I’m currently in the process of selecting a Stage3D framework. Right now I’m learning towards Away3D 4 but I can’t seem to find any documentation. Does this exist online anywhere? |
||
Fabrice Closier, Administrator
Posted: 15 March 2012 02:35 PM Total Posts: 1265 [ # 1 ] I see there is a mistake on site documentation page. url is http://away3d.com/livedocs/away3d/4.0/ update: Link at http://away3d.com/documentation/ has been fixed. |
||
charlito, Jr. Member
Posted: 15 March 2012 03:08 PM Total Posts: 36 [ # 2 ] Hi dude.. the basic code to star with away3d is:
public class away3dBasico_v001 extends Sprite
good luck..
|
||
dubletar, Member
Posted: 21 March 2012 02:22 PM Total Posts: 73 [ # 3 ] Thank you Charlito! Im also very new to Away3D… and I am having the MOST DIFFICULT TIME finding ‘updated’ tutorials on Away3D. Im so surprised at the lack of tutorials. One of the fastest things that expands the adoption of an engine is easy to understand documentation… Thank you for this. |
||
Fabrice Closier, Administrator
Posted: 21 March 2012 03:22 PM Total Posts: 1265 [ # 4 ] We know this, but we cannot spend time on an updated doc/tuts/examples that might become obsolete in just a few days. It is simply too much maintenance and we do not have the resources. We need first to rich final 4.0 state. Then we’ll add gradually examples and in depth tutorials. Note that we’ve added a few examples on git. Flashmagazine.com just posted new 4.0 beta tutorials. There are tons of usefull examples/tips posted on this very forum as well… |
||
dubletar, Member
Posted: 21 March 2012 03:39 PM Total Posts: 73 [ # 5 ] Fabrice, I’d gladly make tutorials, examples, etc on my website once I understand how Away3D Operates. My friend and I are still working on http://www.SimNations.com The 2.D version of it is http://www.simnations.com/preview.php. I fully intend on hosting an Away3D community of developers so that everyone can share, learn, teach etc. Ill continue to scour the forums/internet for updated 4.Beta examples/posts |
||
Fabrice Closier, Administrator
Posted: 21 March 2012 03:47 PM Total Posts: 1265 [ # 6 ] Please do so! And when you have some, just drop us a line, so we add your urls to tutorials page on away3d.com |
||
DinkMcDinkleman, Newbie
Posted: 21 March 2012 04:57 PM Total Posts: 30 [ # 7 ] There are three things helping me get to learn Away3D - a) The example code - set small goals and alter the examples accordingly. i.e., I want to learn how the camera works. b) Google - hear me out, not trying to be a jerk - some Away3D 3.6 code is still similar so older examples may shed some light on things. Don’t get me wrong things have changed but this may help. And there are some newer examples out there as well. c) Being as specific as possible on posts - if I’m too general or abstract with a post I don’t get a response. Sometimes I have to clarify before I do. A Forum can be a difficult place to express high-level concepts. BUT - the more specific and clear I am, the higher the chance I’ll get a reply. This is largely due to the fact that everyone here is in the same boat. And I guess that’s my point really - I encourage you to keep at it, you’ll find what you need. I was frustrated at first too, but I feel like I’m making progress. |