Page 2 of 2

Re: How to add more tiles?

Posted: Thu Sep 17, 2015 3:52 pm
by HeroLinik
Drachenbauer wrote:i made the platform astivatet from beginning.
one post above i saxt, it works now.
Oh right, I didn't see that you already put that.

Re: How to add more tiles?

Posted: Fri Sep 18, 2015 1:23 pm
by Drachenbauer
i make a level, where the player can fly on big butterflies.
I made them out of the parakoopas from SMW.
i osed my own butterfly-textures and some NPC-codes to mage them whider, possible to seand on them and they not hurt the player.
I used these para-Koopas, because of their good flying-options.

Now i have got a question about them:
If i jump onto them, the Placer-figure stands a bit undernead the top edge of the graphic and covers the head of the Butterfly...
How to get the player stands higher on top of them?

Re: How to add more tiles?

Posted: Fri Sep 18, 2015 1:48 pm
by HeroLinik
Make the butterflies as blocks and attach them to the Paratroopas so the blocks mimic the Paratroopa movements.

Re: How to add more tiles?

Posted: Fri Sep 18, 2015 1:58 pm
by Drachenbauer
how can i attach a block to a para-koopa?
and how can i hide theese Para-Koopas?

Re: How to add more tiles?

Posted: Fri Sep 18, 2015 2:06 pm
by HeroLinik
Drachenbauer wrote:how can i attach a block to a para-koopa?
and how can i hide theese Para-Koopas?
Basically, you need to put the block in its own layer (press Ctrl+L, then "New", type a layer name, select it, and place the block down). After that. take the Paratroopa, open the "Events" window, and under "Attach to Layer", pick the layer you put your block in. Now the block should mimic the Paratroopa's movements. To hide a Paratroopa, put it in its own layer and deselect the check box that is next to its layer. However, hiding the layer will not make the object attached to it move.

Re: How to add more tiles?

Posted: Fri Sep 18, 2015 4:17 pm
by Drachenbauer
hüw can i make a 2x3 squares big animated block?
This is the size of my butterfly.

i found out, that i can move the grafic downwarts with a npc-code:
gfxoffsety=[+/- numbers] (moves the graphic in the y direction)
With this i can move the grafic down, that it´s upper edge is the same hight like the edge where the player is walking on (i stil use the para-koopas as butterfly-platforms)

how to make a game end by killing a boss?

Re: How to add more tiles?

Posted: Tue Sep 22, 2015 4:22 pm
by Valtteri
1. Add an event. Name it "End Game" or whatever.
2. You should see a drop-down list labeled "End Game". Select "Bowser Defeat" (it's the only option).
3. Select the enemy in the "Level Window" and click "Show" under "Events" in the "Non-Playable Characters" window.
4. In the "NPC Event Triggers" window click the drop-down list labeled "Death" under "Event Triggers" and select the event you created.
5. Place the enemy in the level.

Also, don't post more than one post in a row without someone replying first. Edit your post instead by clicking the "Edit" button.

Re: How to add more tiles?

Posted: Tue Sep 22, 2015 4:34 pm
by Drachenbauer
i mean not only to end the level, i mean to finish my whole world.

Re: How to add more tiles?

Posted: Wed Sep 23, 2015 12:48 pm
by HeroLinik
Drachenbauer wrote:i mean not only to end the level, i mean to finish my whole world.
"Bowser Defeat" will end the entire episode when the event set to it is triggered. When you test your level and you do something that causes this "Bowser Defeat" event, the theme that plays when you save a Mushroom King in SMB3 will play, and if you're playing an episode then the credits roll.

Re: How to add more tiles?

Posted: Sat Sep 26, 2015 1:00 pm
by Drachenbauer
i created a map where two paths go to one Level
From level 1 there is only a path to level 2 but from level 2 the path splits into two directions, one to level 3 and one to level 4.
what can I do to get only access to level 5 if I solved level 3 and 4?

Re: How to add more tiles?

Posted: Thu Dec 31, 2015 3:05 am
by cookiefluffycat151
Drachenbauer wrote:Hello

I know how to replace a game-object with another one (for example drawn by me).
But is there also a wax to add more tiles or blocks or something to the groups in the Editor-Windows, without replacing other ones?
You can't Add more tiles but you can still delete them including replacing their textures and etc. :D :)

Re: How to add more tiles?

Posted: Thu Dec 31, 2015 3:50 pm
by Zeldamaster12
The last post on this thread was 3 months ago, and the creator of the thread hasn't posted in quite some time. Plesse don't bump threads like this, pay attention to the date of the last post.