I'm talking about the little system monitor box that you can include in the upper left hand corner of the screen.
import away3d.debug.AwayStats; then put this in where you initialize stuff addChild(new AwayStats(view)); it shows frame-rate, RAM usage, poly count and a few other things. very handy to see what resources your app is using On May 17, 12:18 am, andrew barry <[email protected]> wrote: > no where is this as i right click on the app and i dont get the option > view any stats? > > > > > > > > >I suppose you use the stats utility that reports real-time frame rate and > >RAM usage?
