2019-02-05 00:47:12

Hi, Phoenix here. I am trying to create a side scrolling game using BGT. I get compilation errors when I try to run the BGT Script. Here is the beginning of my script.
void main()
{
_\}
I cannot for the life of me figure out what to do. Any help would be appreciated.

Phoenix

2019-02-05 06:51:33

hi. you cant have an empty void or the program will crash; try this
void main()
{
alert("hello","hello, my name is mr. bgt, nice to meet you!");
}

2019-02-05 14:56:44

you can't go from nothing to making a game, try reading the manual

----------
“Yes, sir. I am attempting to fill a silent moment with non-relevant conversation.”
“You don’t tell me how to behave; you’re not my mother!”
“Could you please continue the petty bickering? I find it most intriguing.” – Data (Star Trek: The Next Generation)