danki code?
Marvin Argollo
Creator of
Recent community posts
So we are thinking of making a store of characters with coin within the game, it could give us a direction to follow like we want the player to earn coins at the end of the matches and then save the amount of coins and also save the characters that the player buys.
What is the best way to do this with this engine?
thanks, I managed to make the cursor appear on click just by changing an if statement
var _num = mis_data().max_keyboards; for(var i = 0; i < _num; i++){ if (!mis_device_port_is_connected(i, MIS_DEVICE_TYPE.keyboard)){ //Connect if any key is pressed if (keyboard_check_pressed(vk_anykey) || mouse_check_button_released(mb_any)){ mis_device_connect(MIS_DEVICE_TYPE.keyboard, i); } } }
I admit that I think it's a lazy solution... 😅 maybe I'll change it if there's a problem but so far it's going well
Hello again, Im trying to change the cursor moviment to be with the mouse, but the only way I found out is changing in each menu the ui_cursor_update parameters, is there any more efficient way to change from arrow to mouse movement or am I do it right?
and how do I make the cursor appear when i move the mouse? is that it only appears when i press something on the keyboard
oh I understand now, sorry about that I never saw anything like that, but can do you me a favor?
Try my other game and see if it happens tell me please that I will try to fix after the jam, they were made the same way, here is the link https://argotech.itch.io/re-date
You shouldn't even be able to move the window