Page 1 of 1

UseBuffer() & ElapsedMilliseconds() ?

Posted: Wed Nov 23, 2005 4:49 pm
by Lebostein
In windows helpfile (PB 3.94, last version) I can read PB for MacOS doesn't support UseBuffer() and ElapsedMilliseconds(). It's true or an mistake? I need this two commands to create my platform independent game-engine....

Re: UseBuffer() & ElapsedMilliseconds() ?

Posted: Fri Nov 25, 2005 8:14 pm
by michel51
Look at the online-help to ElapsedMilliseconds(). There ist a short example, that runs with Mac Os X. I've tested with other delay() and I use it in "Tetris".

usebuffer() I don't needed at this time.