User Tag List

Results 1 to 9 of 9

Thread: how do you make enemies?!?!?!

  1. #1
    No Products Registered

    Join Date
    Feb 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    how do you make enemies?!?!?!

    i need a detailed list to show how to make enemies that try to kill player 1 but dont come off the ground and so if you jump ontop of them they die...

    please i really need help

  2. #2
    No Products Registered

    Join Date
    Jan 2007
    Location
    NC - USA
    Posts
    261
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do you make enemies?!?!?!

    You need help with making them die, or kill player one? What do you have in mind?

  3. #3
    No Products Registered

    Join Date
    Feb 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do you make enemies?!?!?!

    i need to know how to make enemies that kill player one but dont come off the ground

  4. #4
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do you make enemies?!?!?!

    What have you got so far? What type of game are you trying to make? Do you have any other details that might be in some way helpful at all?

  5. #5
    No Products Registered

    Join Date
    Feb 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do you make enemies?!?!?!

    i am making a game that is a side scroller...except its not scrolling... i dont what kind of game its called

  6. #6
    No Products Registered

    Join Date
    Jan 2007
    Location
    NC - USA
    Posts
    261
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do you make enemies?!?!?!

    Lol platformer?

  7. #7
    No Products Registered

    Join Date
    Jan 2007
    Location
    NC - USA
    Posts
    261
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do you make enemies?!?!?!

    What do you want them to do? follow player one? Attack from a distance?

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,367
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: how do you make enemies?!?!?!

    To make enemies that tries to kill the player, requires you to code AI (artificial intelligence) for them.
    I suggest you first try to make the enemies without AI, and when you have their movement and death events ready, you can start on their AI.

    You will have to figure out the best way to make them move. If they are only moving on a horizontal platform, the easiest way is probably to use the bouncing ball movement and set their default direction to either left and right.

    Then figure a way to make them turn on the edge of the platform. One way is to use invisible detectors which you place on the edges, and make the enemy change direction on collision.
    Another way is to use the collisionmask conditions to test for backdrop at the bottom left / right of the enemy, and make it change direction if the condition is false.
    There are lots of different ways to accomplish this, just use one you are comfortable with, and try not to make it too complicated.

    If the player shall kill the enemy when jumping on him, make sure the player object has a falling animation that triggers after a jump, and test if animation falling is playing and player collides with enemy.

    When all this works as you want, and it works with multiple enemies, then you can start to think about the AI.

    To make some very simple AI, just make the enemy change direction if the player is at the left or right of the him, and in about the same height.

  9. #9
    No Products Registered

    Join Date
    Mar 2007
    Posts
    33
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: how do you make enemies?!?!?!

    I think you are probably pretty new at this game like me. I tried to make one like I think you are making once, too. Just create the enemie by making an Active Object, and then on the left go to Movement, and make it a Path. Just draw the path along the ground and press Loop. It's not the best way to do it, but it works! :p

Similar Threads

  1. I'm trying to make enemies react "accurately" when I attack them (like Terraria).
    By edman3d in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 2nd March 2013, 06:41 AM
  2. How to make enemies drop items when shot
    By Bittergamer1886 in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 2nd May 2012, 05:43 PM
  3. How to do Enemies?
    By Corlen in forum Lacewing
    Replies: 4
    Last Post: 18th April 2012, 06:59 PM
  4. thrown enemies not detecting other enemies
    By mobichan in forum File Archive
    Replies: 4
    Last Post: 8th April 2009, 06:40 PM
  5. how do you make enemies that follow you?
    By zuloo in forum The Games Factory 2 - Technical Support
    Replies: 9
    Last Post: 5th May 2008, 11:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •