Skip navigation

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

DOWNLOAD

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.