Zalogowany jako: gość

Forum

Wątek: NVGT: The Stronger Game Engine

Wróć do listy wątków

3 z 3

Poprzednia

41 z 46: daszekmdn

I included but nothing changed. Void mainmenu is in another file called menu.bgt
Koniec kropka, idź do żłobka. A ze żłobka na ulicę, i pocałuj babę w cyce.
08.06.2024 15:56

42 z 46: rudolf

You should change it to .nvgt.
ich hab so viel angst form dragonfighter, ich hab kein rosenkranz, sondern nen großen schwanz. ich wollt nur, dass sie's wissen, her winkler mini.
08.06.2024 16:20

43 z 46: marchoffmann

Question. How do you expect nvgt to work if the file endings really are .bgt?
#SirCharlie4TheComunity!
08.06.2024 17:26

44 z 46: rudolf

I'd need help with this code. The button appears to be broken. I think the result field wouldn't update too.
void calculator()
{
show_window(".");
f.create_window("calculator"+version1);
int n1=f.create_input_box("First number","","",15,false,false,false);
f.focus(n1);
int n2=f.create_input_box("Second number","","",15,false,false,false);
int n3=f.create_input_box("What to do?","","",1,false,false,false);
int n4=f.create_checkbox("Read resoult with SAPI.",true,false);
f.create_input_box("resoult",resoult,"",30,true,false,false);
int n5=f.create_button("calculate,");
int n6=f.create_button("Exit the program!");
while(true)
{
wait(5);
f.monitor();
if(f.is_checked(4)) sr=true;
else sr=false;
if(f.is_pressed(n5))
{
if(n1=="" or n2=="" or n3=="")
{
speak("Error: \r\nError detecting input in one of the first inputs. Please try it again and check if you have entered valid values.");
}
else
{
resoult="The resoult of "+n1+" "+n3+" "+n2+" is: ";
if(n3=="+") resoult+=n1+n2;
else if(n3=="-") resoult+=n1-n2;
else if(n3=="*") resoult+=n1*n2;
else if(n3=="/" or n3==":") resoult+=n1/n2;
else
{
speak("Error: \r\n "+n3+" is not a supported type. Supported types are: \r\nstar, plus, dash and slash or colon.");
}
}
if(f.is_pressed(n6))
{
f.reset();
speak("Thank you for using this program! Have a nice day.");
wait(1000);
exit();
}
}
}
}
ich hab so viel angst form dragonfighter, ich hab kein rosenkranz, sondern nen großen schwanz. ich wollt nur, dass sie's wissen, her winkler mini.
08.06.2024 22:43

45 z 46: daszekmdn

@43: Normally? A bgt nvgt or any other file is an ordinary text file. With BGT the extension didn't matter, same with the hsp I use.
Koniec kropka, idź do żłobka. A ze żłobka na ulicę, i pocałuj babę w cyce.
09.06.2024 09:45

46 z 46: rudolf

It makes really no sense though. Also nvgt 0.86.0 is out.
ich hab so viel angst form dragonfighter, ich hab kein rosenkranz, sondern nen großen schwanz. ich wollt nur, dass sie's wissen, her winkler mini.
09.06.2024 10:49

Wróć do listy wątków

3 z 3

Poprzednia

Nawigacja


Copyright (©) 2014-2024, Dawid Pieper