Hello Guest

Following tutorial but cannot understand the "Controllers" class.

  • 1 Replies
  • 7697 Views
Hello, im following the controllers tutorial but i dont know whats wrong. In the tutorial it says in one of the code box things:

Code: [Select]
Controllers.create();
But my compiler is saying:

"<identifier> expected"
  in  Controllers.create();

The name of the class its in is called Controllers, is there a controllers class in the package?
Have i not imported it correctly or is it that ive called the class im running it in "Controllers".
I might not have set the whole thing up correctly actually.

Thanks, Ant...



*

Offline oNyx

  • ***
  • 177
  • 弾幕
Re: Following tutorial but cannot understand the "Controllers" class.
« Reply #1 on: February 02, 2007, 23:08:59 »
Never seen that message before?

It means that the code... somewhere before that line... is borked (like one '}' too much etc).