Page 1 of 1

2 questions.

Posted: Tue Jul 03, 2018 6:33 pm
by TestAccForSoLong
I have 2 questions:
How do i make a event activate if the player touches a block?

and how do i hide a warp?
I tried to create a layer and uncheck it, but it didnt worked. :cry:

Re: 2 questions.

Posted: Tue Jul 03, 2018 6:35 pm
by Emral
1. Without coding... difficult. Place a 32x1 pixel tall invisible smb1 axe trigger npc on top of the block. Give it a death event. Can only be triggered once, though.
2. Did you make sure the warp was on the layer?

Re: 2 questions.

Posted: Tue Jul 03, 2018 6:53 pm
by TestAccForSoLong
Enjl wrote:
Tue Jul 03, 2018 6:35 pm
1. Without coding... difficult. Place a 32x1 pixel tall invisible smb1 axe trigger npc on top of the block. Give it a death event. Can only be triggered once, though.
2. Did you make sure the warp was on the layer?
1. Hmmm, sounds hard.

2. Yes i checked it was on the layer, it didnt worked :(

Added in 2 minutes 23 seconds:
Nvm, i think i just found a way to the first one , just invisible axes all over the platform, wich make the event to trigger :P

Re: 2 questions.

Posted: Tue Jul 03, 2018 7:43 pm
by Westretroman
Did you try to hide the layer at the start of a level in events?, and only make it appear again, after a event has triggered?

Re: 2 questions.

Posted: Tue Jul 03, 2018 7:58 pm
by TestAccForSoLong
Westretroman wrote:
Tue Jul 03, 2018 7:43 pm
Did you try to hide the layer at the start of a level in events?, and only make it appear again, after a event has triggered?
No, i will try that.