I was using this tool alot when doing UI work, so I thought I would share it finally.
Whats MonsterDebugger?
https://demonsterdebugger.com/features.html
How to set it up?
1. Install Adobe Air: https://get.adobe.com/air
2. Install Monster Debugger: https://storage.googleapis.com/googl...uggerV3_02.air
3. Click "Include the Monster Debugger in your project"
4. This is important! Select project target: mobile
5. Click export and save the file somewhere where your fla lives
6. Open up a "main.as" of any HUD element
7. In init place the monster debugger init:
8. import monster debugger by placing this line under the last import:Code:MonsterDebugger.initialize(this);
9. Go into actionscript settings and add the swc you saved:Code:import com.demonsters.debugger.MonsterDebugger;
10. Finished. Now when you debug the flash file it will prompt you if you want it to connect to local network. Accept it and it should connect to monster debugger.
PS:
If you have no idea about anything in this post, ignore this "tutorial"!







Reply With Quote![[Tutorial] Use MonsterDebugger to debug flash files](http://ragezone.com/hyper728.png)



