Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Note that this will freeze the entire game, so it is highly recommended not to use it.
It's not too hard to make your own popup menu.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
It's fine on the server, but the client will freeze.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
Addon onto the tutorial
If you say it freezes your game you could always make a picture box and set it with visible = false. Then in the form_keypress and such add the code to make it visible and set the x and y for the picture box to show up were you pressed. Very easy, and also remember to add a code when you press on another place on the screen to make it visible = false.
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Magnus, there is no way in hell that having the game screen freeze when a command like that is called is simply "and issue I have".
It's the same if you use just a normal menu and if you call a form using .show or use the arrow buttons to scroll a textbox.
It's just something that happens.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
I'm sure there's another way to stop the game screen from freezing when you use a menu.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Dont mean to necro post not quite sure where u mean to use this menu... but if your talking about a pop-up menu in game why not make a picture box visibility = false and vbkey that tells the game to check if the menu is already up if not then to bring it up if it is to close it? it wouldnt freeze the game while your playing and wala you can have a menu for options and to exit the game with.