Talk:KKinsane The Beginners Diary/Entry 1

From Spheriki

Jump to: navigation, search

I think the <pre> tag works better than the nowiki one. For example, this:

EvaluateSystemScript("time.js"); // for Delay function game() { GetSystemFont().drawText(0,0, "hello"); FlipScreen(); Delay(500); }

...becomes this:

EvaluateSystemScript("time.js"); // for Delay

function game()
{
   GetSystemFont().drawText(0,0, "hello");
   FlipScreen();
   Delay(500);
}

--Beaker 15:27, 17 June 2006 (PDT)

Game() game() confusement

You used function game() in the examples, but one of the titles still says Game() with a capital letter. --DaVince 00:11, 21 June 2006 (PDT)

Personal tools