PDA

View Full Version : confused


yker22
07-02-2006, 11:40 PM
may I be able to use the knowledge that I have now in AS2 with flex? Or is a kinda thing where I have to learn again due to diferences? I mean, attachMovie and variable declarations still working the same in Flex or is another way there?

nirth
07-03-2006, 02:01 AM
mm well variables declarations are same, u dont have attachMovie and other MovieClip factory methods, you can use constructor insted ( new MovieClip)
check the ActionScript3/flex2 documentations, you'll find almost all changes there.