MFGG Forums
  • Home
  • Members
  • Help
  • Search
MFGG Main Site MFGG Forums MFGG Developer Discussion v
« Previous 1 … 4 5 6 7 8 … 16 Next »
(HELP!) How to create Beezos in Hello Mario Engine in Game Maker Studio?
MFGG Forums MFGG Developer Discussion v
« Previous 1 … 4 5 6 7 8 … 16 Next »
(HELP!) How to create Beezos in Hello Mario Engine in Game Maker Studio?
MFGG Forums MFGG Developer Discussion v
« Previous 1 … 4 5 6 7 8 … 16 Next »
(HELP!) How to create Beezos in Hello Mario Engine in Game Maker Studio?
Mark All Posts Read Today's Posts

(HELP!) How to create Beezos in Hello Mario Engine in Game Maker Studio?
goh
Koopa
Members
#3
07-04-2020, 03:30 PM
(07-04-2020, 11:11 AM)VinnyVideo Wrote: First of all, you're going to want to create a new object in the Enemies folder.

You're probably going to want this enemy to move to the left. You might use a bit of code like this in the Create or Step event:
Code:
hspeed = -0.5;

You probably don't want them to move unless they're reasonably close to the player, so you'll want to deactivate them unless they're within the current view. You can take care of this by setting its parent object to the same as other enemy objects.

Then, you'll want something to happen when Mario touches it. Mario should be able to ride on it (or at least stomp it) if he hits it from above, while it should hurt Mario if he touches it from the side. You'll add this code to the collision event. Again, the Hello Engine should take care of all the collision code if you assign the correct parent object to Beezo (probably the same one used for other SMB2 enemies in the engine).

Does this make sense?

I just want the sprite facing left, not right.

  ↳
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
(HELP!) How to create Beezos in Hello Mario Engine in Game Maker Studio? - by goh - 07-03-2020, 09:29 PM
RE: (HELP!) How to create Beezos in Hello Mario Engine in Game Maker Studio? - by VinnyVideo - 07-04-2020, 11:11 AM
RE: (HELP!) How to create Beezos in Hello Mario Engine in Game Maker Studio? - by goh - 07-04-2020, 03:30 PM
RE: (HELP!) How to create Beezos in Hello Mario Engine in Game Maker Studio? - by VinnyVideo - 07-04-2020, 05:19 PM

  • View a Printable Version
Forum Jump:

Mario Fan Games Galaxy - Powered by MyBB | MFGG Staff | Contact Us

Linear Mode
Threaded Mode