Started by Connor, May 22, 2011, 08:08:30 PM
Quote from: Connor on May 28, 2011, 12:01:01 PMThis script mightt work? onClipEvent (load){ frameCount = theTime = elapsed = 0; _root.FPS = 0;}onClipEvent (enterFrame) { ++frameCount; theTime = getTimer()-elapsed; _root.FPS = Math.round(1000*frameCount/theTime); if (frameCount == 33) { elapsed = getTimer(); frameCount = 0; } // end if }
Quote from: Tekimoto on May 29, 2011, 05:29:47 AMBut the login and channel servers are in C# am I right?