I found great slides on Grant Skinners blog. They give a quick introduction in AS 3 and it’s core benefits!
50 reasons why AS 3 kicks ass (Grant Skinner)
Also a must read for developers!
Update: And he also added more slides from a workshop here
Information Accumulation.
I found great slides on Grant Skinners blog. They give a quick introduction in AS 3 and it’s core benefits!
50 reasons why AS 3 kicks ass (Grant Skinner)
Also a must read for developers!
Update: And he also added more slides from a workshop here
Today I found something I really did not understand very well. I had to debug a application because one button displayed the handCursor and another did not. Both use the same script and actually I didn't find out why the behaviour of this buttons was like that but I fixed it through a workaround.
The first thing I understood today is, that it's possible to receive all mouse events without using buttonMode! Simply add a listener to your objects and you can work with them.
But if you like to work with a button that contains additional sprites (which might be very useful) you definitely should take care about their behaviour. By default mouse events will be dispatched by the lowest sprite, exept you set mouseChildren to false...
Have a look at this little code example:
This is one of this quicknotes just for not forgetting a simple issue:While developing a "AS2Wrapper" for embeding AS2 contents in AS3 applications I recognised that _globals within the loaded AS2 SWFs still exist when you unload this SWF and load another. This seems to be quite apparent but I thought about the AVM1 as some kind of sandbox.
Grand Skinners Spell Check Engine could be really interessting for business projects. So keep it in mind!
This performance test shows how fast the ActionScript AVM2 runs compared to the AVM1, Java(!) and JavaScript: See it