MFGG Forums
  • Home
  • Members
  • Help
  • Search
MFGG Main Site MFGG Forums MFGG Developer Discussion v
« Previous 1 … 6 7 8 9 10 … 16 Next »
I would like some help, please.
MFGG Forums MFGG Developer Discussion v
« Previous 1 … 6 7 8 9 10 … 16 Next »
I would like some help, please.
MFGG Forums MFGG Developer Discussion v
« Previous 1 … 6 7 8 9 10 … 16 Next »
I would like some help, please.
Mark All Posts Read Today's Posts

I would like some help, please.
Videogamejunkie443
Hammer Bro
Members
#12
12-14-2019, 10:50 PM
(09-20-2019, 03:43 PM)Gatete Wrote: On the create event of the warp object you have a set of variables, which are the following.
Code:
///Warps Mario to a different room

/*
**  This item uses creation code!
**
**  postchange = Pick from below: (Optional)
**      0: Mario
**      1: Warp Mario
**      2: Jump Spawn
**      3: Vine Spawn
**
**  postx = New x coordinate
**  posty = New y coordinate
**  myroom = Destination room (Optional)
**
*/

You just need to set up postchange to one of those 4 values, for example if you want to make Mario appear on a pipe you set up the following.
Code:
postchange = 1;
postx = 768;
posty = 432;
myroom = room_next(room);
Question, should the numbers always be 768 and 432? or do they have to match a certain point on the grid?

  ↳
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
I would like some help, please. - by Videogamejunkie443 - 09-03-2019, 08:19 AM
RE: I would like some help, please. - by GeneralGuy - 09-03-2019, 04:20 PM
RE: I would like some help, please. - by VinnyVideo - 09-03-2019, 04:54 PM
RE: I would like some help, please. - by Videogamejunkie443 - 09-03-2019, 08:22 PM
RE: I would like some help, please. - by Videogamejunkie443 - 09-03-2019, 05:47 PM
RE: I would like some help, please. - by VinnyVideo - 09-03-2019, 09:24 PM
RE: I would like some help, please. - by Videogamejunkie443 - 09-03-2019, 09:35 PM
RE: I would like some help, please. - by VinnyVideo - 09-03-2019, 09:43 PM
RE: I would like some help, please. - by Videogamejunkie443 - 09-14-2019, 11:50 PM
RE: I would like some help, please. - by Videogamejunkie443 - 09-17-2019, 09:03 PM
RE: I would like some help, please. - by WasabiCatto - 09-20-2019, 03:43 PM
RE: I would like some help, please. - by Videogamejunkie443 - 12-14-2019, 10:50 PM
RE: I would like some help, please. - by WasabiCatto - 12-15-2019, 09:07 AM
RE: I would like some help, please. - by Videogamejunkie443 - 12-15-2019, 09:17 PM
RE: I would like some help, please. - by WasabiCatto - 12-16-2019, 07:30 AM
RE: I would like some help, please. - by Videogamejunkie443 - 01-14-2020, 08:03 PM
RE: I would like some help, please. - by Videogamejunkie443 - 01-17-2020, 04:07 PM

  • View a Printable Version
Forum Jump:

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

Linear Mode
Threaded Mode