• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Create Object on top of Other object

S

SteinzeitStein

Guest
I want to make a lucky block where a mushroom spawns on top of the lucky block when I hit it
 

Carbon

Member
Create instance where inst = the id of your lucky block instance => inst.x, inst.y - 64, objMushroom

Or if you want to make the mushroom to slowly go up like in mario, create it exactly at the lucky block instance position, then tween your mushroom to the top.
 
Top