—
Thanks for the help! I understood that the functions are important, I think I will redo the whole game, because I went wrong in several parts. Although they are working, everything I've done so far seems super wrong, hahaha
tarek2
Thanks again for the answer! You are awesome!
So, I opened the file you sent, and it's exactly what I want to do! But I did not understand many things, could you explain them to me? I feel like they are SUPER basic stuff, I'll understand if you'd rather not answer me, it's totally okay!
Seriously, I have MANY questions, and I can see that they are really simple. So it's completely cool if you do not want to answer! For real!
I'm going to send out a print pointing out the parts I did not understand and explain them right away.
So here we go:
1. Ok, I started using Construct 2 a couple weeks ago, but I feel like I should already understand this, it seems VERY simple. So, my question here is: Will the 'on collision with Player' event only start if Life is greater than 0? If not, I can not understand why line 2 is there.
2. Why is there nothing here? How did you make for line 3 go down that way? I can not understand what this is T_T
3. You're just checking if the Frame value is the same as Player.Health, right? And if it is, it will perform the actions. But for example, if the value is the same, how do I know which heart it will run the Destroyed animation?
4. This Else refers to what? I can not understand these events one underneath the other T_T I feel I need to see a basic video of Construct 2, if you can recommend something, I'm listening.
5. I did not know the Timers until then, but from what I understood, they make a Counter start, right?
6. This question is related to 5. In the 5. you put to start Timer 'Hide_Heart' (this is a name that was just quoted here, right? Or do you need to create this before as a variable or something?) And you put it to count 1.83 seconds. Ok, so far I understood, if what I said is right.
Then at 6. you made the Heart (ON Timer 'Hide_Heart') go to Invisible. Does this mean that DURING the 1.83s the heart will become invisible? Or AFTER the 1.83seconds?
And from what I understood, that line 6 is like a 'function' then? There are actions inside it that will only happen when I start the Timer X
7. Why exactly is the player's life going to 0 here? I could not understand
8. And finally, why is this whole part empty? The same happens just below 6.
And again, english is not my mother language, so, sorry for the mistakes T-T
Many thanks to you guys!