Look , I suspect that in your case it has nothing to do with Away . It is rather a general OOP principles understanding issue . No , you don't set several scenes as it is impossible in Away and moreover- this is unnecessary . You should pass a reference of the scene to the classes which should access it . I would like really to suggest you reading a little about OOP design pattern . I understand your willing to use MVC design but first you should understand what it is as well as such important patterns as decorators , proxies , singletons and much more .
Sent from my iPhone On Aug 20, 2011, at 3:54 PM, amigo <[email protected]> wrote: > sorry i know it was weird question.. but need to find a new path... > > The thing is that basically i don't know how to set up diferents > classes with away, let's put it this way, due to the camera, view, > scene... > I'ts not working same way than normal AS3 at least for me..(maybe i'm > doing something wrong). > > basically when i try to load a cube from another class into away main > scene i won't work... do i need to set up scene in every class?.. > > some examples could be the best but if you tell me it will work fine > i'll keep banging the head against the wall till break it.. > > the examples tha i've seen are overriding and thats not what i need. > > Thansk Michael for your quick response. really apreciate any clue.. > > On Aug 20, 1:34 pm, Michael Iv <[email protected]> wrote: >> Man how can you expect someone to help you out on such a big and general >> question ? As far as I know MVC frameworks , there is nothing tricky when >> putting them together with 3d engines. If you understand well what is MVC >> you shouldn't have any issue in this case . Away3d scene objects go into >> VIEW and only instructions that describe how the scene should appear usually >> reside in the MODEL . >> >> Sent from my iPhone >> >> On Aug 20, 2011, at 3:27 PM, amigo <[email protected]> wrote: >> >> >> >> >> >> >> >>> Hi all Devs.. >>> I found a problem couple days ago and I coudln't go around it. >> >>> I'm trying to do a Pure MVC website with Away bur i can't separate >>> them into little classes easy as other flash files, like the sky in >>> one class, objects in another, keyborad input.... >> >>> I'v tried with overriding mehtods but doesn't work for Pure MVC. >> >>> I'm sure it must be a way.. >>> please help.. i'm really stuck here!! >> >>> clues tips anythign will be welcome. >> >>> Thanks for this amazing away3D..
