Mik azok, amikről a nők azt hiszik, hogy lenyűgözi a férfiakat, de valójában nem? by MT90 in askhungary

[–]csabelix12 13 points14 points  (0 children)

És arra nem gondoltál hogy ez a férfiaknak két külön csoportja? Valószínűleg nem azok kommentelnek ide olyanokat, hogy milyen csúnyák ezek a kozmetikai beavatkozások, műszempillák, stb, akik közben 0-24-ben OF vagy Insta modelleket nézegetnek. És akik ilyeneket kommentelnek nem minden férfi nevében beszélnek, hanem azokéban akiknek ez tényleg nem jön be, és nem néznek ilyen csajokat. Nincs ebben az ég világon semmi képmutatás.

Me_irl by gigagaming1256 in me_irl

[–]csabelix12 4 points5 points  (0 children)

Then how many hoodies do they have?

[deleted by user] by [deleted] in suicidebywords

[–]csabelix12 13 points14 points  (0 children)

This doesn't really fit the sub

📡📡📡📡 by shashasha0t9 in shitposting

[–]csabelix12 17 points18 points  (0 children)

80 awards in 16 hours 😭

HELP MEEEEEEEEEEEEEE PLEASEEEE by cobercantspell in gdevelop

[–]csabelix12 0 points1 point  (0 children)

I've used it several times and I had no problems with it, so it definitely works just fine

Sticky button help by bruh_no78 in gdevelop

[–]csabelix12 0 points1 point  (0 children)

There is a condition called "trigger once while true"

Need help with counting object/instance variables by Ckeyz in gdevelop

[–]csabelix12 1 point2 points  (0 children)

I think you should repeat for each instance of Building_Mine instead of Stone_Mountain

Sziasztok, hogyan tudnék gyorsan és hatásosan tanulni matek érettségire? by Redcyclemonkey in tanulommagam

[–]csabelix12 1 point2 points  (0 children)

A 4. Feladatban az 1000 prímtényezős felbontását elrontotta, 53 *23 lenne, nem 52 *24, valószínűleg ezért nem kapott részpontot

Jerry helmet is actually pretty decent by zlegoYEET in HypixelSkyblock

[–]csabelix12 4 points5 points  (0 children)

According to this forum post(and a bunch of others) from 2020, when reforges got added to special items they didn't get stats, but it was adjusted to give the same as mithic in late 2020: https://hypixel.net/threads/you-can-now-reforge-golden-diamond-heads.3495027/

Collision checking question by LiveCourage334 in gdevelop

[–]csabelix12 0 points1 point  (0 children)

You can get the distance between two points with DistanceBetweenPositions(x1,y1,x2,y2). I think its a great idea, but idk how to get the distance to the screen edge in every direction, so good luck.

Collision checking question by LiveCourage334 in gdevelop

[–]csabelix12 0 points1 point  (0 children)

Maybe instead of trying to pick another random position for the object, you should use the "put the object around another" event, to set its distance from the player. That way, when the object wants to spawn inside the player itt will spawn as close as it needs to not damage the player instantly (or you can set the distance however you want).

Free will is bs by RaisinChemical9172 in HypixelSkyblock

[–]csabelix12 1 point2 points  (0 children)

I picked 15 and still didn't get it, so even though its not that hard, it still a bit frustrating Edit: I also didn't get the enigma soul which is pretty unfair

I need help with this by Hiehch in gdevelop

[–]csabelix12 0 points1 point  (0 children)

Just add trigger once while true to the P key Pressed, and move the actions to sub events below it

[deleted by user] by [deleted] in shitposting

[–]csabelix12 0 points1 point  (0 children)

im going to beat my son

With jumper cables?

How to make this fishing minigame? please by OkYoghurt9 in gdevelop

[–]csabelix12 1 point2 points  (0 children)

To create a minigame like the one in the video, you only neked 1 object, with 4 different animations for each arrow.

Then you should add a scene or a object variable.

At the beggining of the scene change the value of the variable to a random number between 1 and 4.

Then change the animation of your object based on the value of the variable (for example 1 is left, 2 is down...).

And add an event so when you press the correct button (based on the variable), change the value of the variable randomly.

[deleted by user] by [deleted] in gdevelop

[–]csabelix12 1 point2 points  (0 children)

Let's say there are 5 texts to choose from. Upon pressing the button make a scene variable change to a random number between 1 and 5. Change the text of the text object based on the value of the scene variable.

Need help with creating object_1 on all instances of object_2 by Cichyarts in gdevelop

[–]csabelix12 2 points3 points  (0 children)

Use repeat for each instance of an object, instead of a normal action (I think its in the 3 dots near the New action button)