There must be a simple equation for this, but I can't think of it. Basically, I have an enemy that rotates 360 degrees, and I want that rotation to be affected by the player's XY movement. So, in the...
Volnaiskra Today, 02:29 PMGlad you have finally reached this point! I can see lots of effort put into this game from your posts over the years and it looks very promising, good luck!
Linky Today, 12:43 PMProgramming on Spryke is (finally!!) just about done. There'll no doubt be a few more things to code here and there, but all the main systems - level editing, game progression, physics, AI, sound...
Volnaiskra Today, 12:38 PMCheck ChocobreakHD Part2 tutorial on saving and loading scenes (Help > Tutorials), and just adapt it for your inventory system to save and load items, though it was done with INI, it can be adapted...
Linky Today, 12:24 PMSorry but what do you mean? not exactly understanding the question..
From the og post you appear to be wanting to save and load objects and some of there data to an INI, that's simple, you will...
This thread has an example of how to save with an ini file:
https://community.clickteam.com/threads/107504-How-to-handle-sorting-when-Saving-loading-levels-with-an-array?
You would save the...
Here is a basic example using only built-in functions.
Frame 1: the view moves when the user clicks
Frame 2: the view moves with the mouse, but with a delay and you can change the delay as you...
LVL edit Discord
https://discord.gg/sNXwb7jxjK
Check the LVL edit channel
How can you update an ini file. When you add a string I can refresh frame only.
warlords Yesterday, 09:18 PMi mean, for example
instead
Items:
HP Potion 99x
SP Potion 99x
Antidote 99x
[...]
What do you mean about being added without there being multiple instances? And what about the order of the items?
Joshtek Yesterday, 07:38 PM
I'll take a look at this tutorial made with the...
I'll take a look at this tutorial made with the INI extension, and yours as well, but is it possible to make such a menu functional and easy to program solely through INI? I mean, I'm very accustomed...
SC19 Today, 03:16 PM