AS2 and AS3 in same project
AS2 and AS3 in same project
- Started
- Last post
- 7 Responses
- armed_rob
Is that a no go?
- fyoucher10
no go. _root controls everything
- ********0
uh they got rid of _root?
- not the syntax, aka main SWF, shell SWF, etc etcfyoucher1
- ********0
The only way to do that would be to have separate swfs; some as2 some as3.
- armed_rob0
that means I can load an AS3 swf into a AS2 swf in a movieclip or level, and still get the AS3 features?
- instrmntl0
delete _level0;
- SillyBilly0
oh no
- KarlFreeman0
Create an as3 wrapper around all as2 files, then use LocalConnections to communicate between the two (http://is.gd/3Vlo) I wouldn't recommend the other way around though!
- Heh, didn't even think about that one. Good stuff man. Thanks.fyoucher1