MFGG Forums
  • Home
  • Members
  • Help
  • Search
MFGG Main Site MFGG Forums MFGG Developer Discussion v
« Previous 1 … 11 12 13 14 15 16 Next »
How To Do DKC Banana Fly To HUD Effect?
MFGG Forums MFGG Developer Discussion v
« Previous 1 … 11 12 13 14 15 16 Next »
How To Do DKC Banana Fly To HUD Effect?
MFGG Forums MFGG Developer Discussion v
« Previous 1 … 11 12 13 14 15 16 Next »
How To Do DKC Banana Fly To HUD Effect?
Mark All Posts Read Today's Posts

How To Do DKC Banana Fly To HUD Effect?
Yoshi2000
Hammer Bro
Members
Minigame Comp Top 5 MFGG 17th Anniversary
#4
05-27-2018, 02:46 AM (This post was last modified: 05-27-2018, 03:06 AM by Yoshi2000.)
(05-26-2018, 09:16 PM)Syaxamaphone Wrote: What I think would be the easiest would be having the banana create a seperate bananaCollected object (or whatever you want to call it) and then having that object do the following code in its step event:

Code:
direction = point_direction(x,y,HUDX,HUDY);
speed = 6; //this can be whatever

if point_distance(x,y,HUDX,HUDY) < 6 {
   bananas+=1;
   instance_destroy();
}

Obviously you'll need to change some variable names depending on what your variables are actually called (I don't know how you're storing banana count for example), but this should work.

The basic process would be to have the banana you collect change into the banana collected on collision with your kong, then have this object work its magic.

HUDX and HUDY could probably just be view_xview and view_yview if you're keeping bananas on the top left of the screen.
That doesn't work, the banana goes into the air nor does it get destroyed by it and doesn't go to the object. Here is my code:
Code:
direction = point_direction(x,y,obj_counter,obj_counter);
speed = 6; //this can be whatever

if point_distance(x,y,obj_counter,obj_counter) < 6 {
  instance_destroy();
}
EDIT: I got it working! I just put .x and .y on the end of the object names.

  ↳
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
How To Do DKC Banana Fly To HUD Effect? - by Yoshi2000 - 05-26-2018, 08:30 PM
RE: How To Do DKC Banana Fly To HUD Effect? - by Syaxamaphone - 05-26-2018, 09:16 PM
RE: How To Do DKC Banana Fly To HUD Effect? - by Yoshi2000 - 05-27-2018, 02:46 AM
RE: How To Do DKC Banana Fly To HUD Effect? - by Mariotroid - 05-26-2018, 11:59 PM
RE: How To Do DKC Banana Fly To HUD Effect? - by Syaxamaphone - 05-27-2018, 02:28 PM
RE: How To Do DKC Banana Fly To HUD Effect? - by Yoshi2000 - 05-27-2018, 02:29 PM

  • View a Printable Version
Forum Jump:

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

Linear Mode
Threaded Mode