My favorites | Sign in
Project Home Downloads Wiki Issues
Project Information
Members
Featured
Downloads
Wiki pages
Links

Torrunt's AS3 Developer Console

An AS3 class made by Corey Zeke (Torrunt) Womack that let's you access every public variable and function in your project while it's running.


Features:

  • The ability to access/use any public function or variable in your project!
  • The ability to access/use imported classes and their static functions and variables!
  • Auto-complete/ Suggestions (use up/down keys to cycle through them)
  • Used commands History (use up/down to cycle through them when the auto-complete box is NOT showing)
  • Calculations (+,-,/,*,%)
  • Shorthand calculations (+=,-=,/=,etc)
  • Echo function with multiple colours!
  • Ability to do multiple commands at once (e.g: function(); something += 2; function2();)
  • Multiplying Commands: Put an x plus a number after a command to repeat it that many times (e.g: spawnEnemy();x5)
  • Tracer: Tracer things easily with the Tracer table and/or the built in trace().
  • FPS Counter: See what your current FPS is using the Tracer.

Screenshots:

Powered by Google Project Hosting