This isn't what I am after but I appreciate the reply.
aniceguy Today, 09:09 AMHi, there is a Read-only check box, Options Tab > below the installation directory. Read-only; Forbids the modification of the destination directory by the user. Thats all I could find. Hope this...
twister Today, 06:20 AMthis one save with ini (frame 1) and arrays (frame 2)
i dont know why but the first load with array is a little slow on my computeur29975
values , strings and flags : save / load (10 first but you can change)29974
fredetmumu Yesterday, 06:32 PMthis load an save system is great, i think you can easily add flags save
fredetmumu Yesterday, 05:51 PMi am making a mfa for you for saving all valus and flags
fredetmumu Yesterday, 05:48 PMOh thanks, I understand now. Thankfully I'm earlier enough that adding qualifiers one by one isn't a huge deal; actually all of my enemies already have the Enemy qualifier.
Side note, I'm...
Sure, Animation also needs more directions :)
ravilr Yesterday, 04:31 PMVolnaiskra explain this here:
https://community.clickteam.com/threads/108238-Build-293-1-Release-version/page17
Okay so, let's say we have multiple enemies all across the game, all of them have an Enemy qualifier. Flag 5 for every Enemy object is "enemy is dead", so upon death flag turns on.
Player...
I got it : In the expression editor Get the value XY of the array then ----> ValueAtXY("Array",1,Loopindex("addup")+1))=0
mig3 Yesterday, 03:01 PM
getting unexpected trigonometric equation results
I'm using the following equation that I found on Stack Overflow. It's supposed to convert any angle (0-360˚) into a range of -90˚ to 90˚:
Volnaiskra Today, 09:49 AMasin(sin(angle * PI/180.0)) * 180.0/PI
When I...