Posted By
Message
Echisketch(PS)
Registered 20/03/2004
Points 852
28th April, 2004 at 17:25:26 -
How can you display the frames per second rate using a counter? I has MMF, TGF. Any examples of it? I know some people know how, but they are never on MSN, cough*shme*cough.
"Everytime you use Kazaa, a metallica band member dies a little."
Quote Jonathon Smeby.
Mr Icekirby
Registered 18/12/2003
Points 846
28th April, 2004 at 17:33:10 -
is there a way you can wth out the fps object?
Mr Icekirby says so!
OBEY ME!
Echisketch(PS)
Registered 20/03/2004
Points 852
28th April, 2004 at 17:52:37 -
That(Those.) Objects actually have no fuction what-so-ever, and are almost completely unrelated to FPS.
"Everytime you use Kazaa, a metallica band member dies a little."
Quote Jonathon Smeby.
AndyUK Mascot ManiacRegistered 01/08/2002
Points 14586
28th April, 2004 at 19:09:16 -
I saw an way on the tigerworks click encyclopedia page.
.
Tiles Possibly Insane
Registered 06/12/2002
Points 2339
29th April, 2004 at 09:01:20 -
i wonder why you implement a string here.
just a counter and a global value.
always-> add 1 to global value A
every 1 second-> set counter to global value A / set global value A to 0
should even work in KnP
Free graphics,Free Games
http://www.reinerstilesets.de
Klikmaster Master of all things KlikRegistered 08/07/2002
Points 2599
29th April, 2004 at 12:49:27 -
Tiles, that does the same. You can even do JonWoG's way in KnP, yes you can do text in KnP (im pretty sure you can change a string during runtime in KnP)
n/a
Kramy
Registered 08/06/2002
Points 1888
29th April, 2004 at 13:48:38 -
Tiles: But then you waste a global value!
Kramy
Shen Possibly Insane
Registered 14/05/2002
Points 3497
29th April, 2004 at 14:06:36 -
(im pretty sure you can change a string during runtime in KnP)
Doubt it.
gone fishin'
Echisketch(PS)
Registered 20/03/2004
Points 852
29th April, 2004 at 17:50:05 -
Thanx, ppl.
Figured a way that combines both JonWogs way and Tiles way, get 2 counters
always: add 1 to hidden counter
Every 1 second: set hidden counter to 0, set number "FPS" counter to hidden counter's value.
That way your not using slow, complicated text objects, and not wasting a global value . Edited by the Author.
"Everytime you use Kazaa, a metallica band member dies a little."
Quote Jonathon Smeby.
Mr Icekirby
Registered 18/12/2003
Points 846
29th April, 2004 at 20:57:23 -
those are very good ideas
now, whos got the cookies?
Mr Icekirby says so!
OBEY ME!