New update for my AS3 Developer Console!
v1.04 – (10/11/2010)
- Added the ability to perform calculations without having to assign them to a value (eg: char.health / 2 echos ‘char.health/2 is 50′ or 2 + 2 echos ’2+2 is 4′)
- Suggestions now continue to help you after semicolons(;) and other places it should have
- You can now assign arrays with variables (eg: ary = [char.health,char.gun]) (use to turn them into strings)
- You can now access array items (eg: ary[1] = “blah” or func(ary[4]) etc)
- Moved things around and added slightly more documentation
Advertisement