Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Kemuja

Pages: [1]
1
This may work, I didn't check but may do the thing. There is always the chance of needing some bugfix to make it work:
Code: [Select]
for nearest block <id of your main tnt block>
spawn block 5, self
remove block

Note that this miay activate any tnt in the view, just because its the nearest
And also this will only work for one close tnt and not all of the surrounding ones, SO, you may need to do some kind of workaround

This actually worked (Note, that it triggers when in the range of the explosion).
Cheers!

2
Working with Platform Builder / Confusion with "Change Block" command
« on: July 09, 2021, 06:14:22 PM »
I was trying to make a TNT, that would have "Detonate" as its Destroy animation (and destroyed when anyone bumbs or steps on it). Now I wanted to make a better chain reaction (normally, when this TNT gets destroyed, another would start its "Detonate" animation. I want to make it so, that when this detonates, TNTs next to it would instantly explode).

I was then trying to work with commands to make it trigger a command when near an explosion and would change itself into a "insta-exploding" version of itself (a different block + because there's no way to change block's Destroy animation to something else as far as I saw), but here's a kicker: "Change block" command doesn't allow me to have it change itself into insta-explosive; I can only make it change every TNT on the screen into it.
I was also trying to use "for nearest block", but that went nowhere.
When I tried to do something like this:
Code: [Select]
change block ,5nothing happened, but when I did this:
Code: [Select]
change block 5it would give a GameMaker error and crash.

How do I make a triggered block change itself into a different block (without it changing every block on the screen)

3
I've heard few game's OSTs, that has a normal start, but when it reaches end, it would loop at a specific point of the music (or like a "Loop point")

Does Platform Builder have this mechanic?
And if not, this would be nice to have, even if most may not utilize it due to the difficulty.

4
General Discussion / Gimme your spiciest Platform Builder Life Hacks!
« on: June 22, 2020, 08:19:37 PM »
In other words; What is your useful Tip, Trick, Hint or in general, a good advice, when building a platformer using this engine (or game) that hasn't been known by many builders? It can be either building life hacks or gameplay life hacks.

Pages: [1]