User Tag List

Page 2 of 9 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 88

Thread: Self enemy movement. HELP!!!

  1. #11
    No Products Registered

    Join Date
    Feb 2008
    Location
    Weston-super-mare
    Posts
    112
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Self enemy movement. HELP!!!

    Bassicly using events i would like a small creature on my game "Sapphire crawler" to hop toward me when it detects me and begin firing sharp crystal projectiles at me in a timed firing sequence.

  2. #12
    No Products Registered

    Join Date
    Feb 2008
    Location
    Weston-super-mare
    Posts
    112
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Self enemy movement. HELP!!!

    The prism column was easy, it fires a 32XW 64XH wide spread wave attack that if not careful hits the player.

    But i would prefer to have all 40 levels on my game to be very active.

    The bosses will be easy to AI, i just have problems with AI'ing the smaller enemys.

  3. #13
    No Products Registered

    Join Date
    Feb 2008
    Location
    Weston-super-mare
    Posts
    112
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Self enemy movement. HELP!!!

    drawing them is no problem either

  4. #14
    No Products Registered

    Join Date
    Feb 2008
    Location
    Weston-super-mare
    Posts
    112
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Self enemy movement. HELP!!!

    ah tiles very clever, just one problem how does it move by itself.

    I've seen people use an event like:

    Always set direction to >

    But that doesnt seem to work, i can do a double jump action using it though.

  5. #15
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    Tiles's Avatar
    Join Date
    Jun 2006
    Posts
    1,359
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Self enemy movement. HELP!!!

    You have a long way to go i fear. It needs some patience and loots of testbuilds to figure out all the necessary stuff. As told, think in the smallest solvable parts

  6. #16
    No Products Registered

    Join Date
    Feb 2008
    Location
    Weston-super-mare
    Posts
    112
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Self enemy movement. HELP!!!

    Well i just tryed a enemy AI test run.

    And it completly failed, all i ned it to do is move and attack without the use of a path movement.

    I am using the sensor objects, they do play a big part in the game.

    What if i tell it to move pixel by pixel, that might work.

    Be right back.

  7. #17
    No Products Registered

    Join Date
    Feb 2008
    Location
    Weston-super-mare
    Posts
    112
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Self enemy movement. HELP!!!

    Ok that didnt work, all the sprite did was glide slowly through the room and didnt do any walking animations at all.

  8. #18
    No Products Registered

    Join Date
    Feb 2008
    Location
    Weston-super-mare
    Posts
    112
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Self enemy movement. HELP!!!

    Right this time i gave it a platform movement option, but only with gravity.

    He does turn away when he collides with the wall, but thats it.


    And yet he still does no walking animations

  9. #19
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Self enemy movement. HELP!!!

    Read this tutorial:
    http://www.clickteam.com/eng/resources/fastloop_plattutorial.zip
    It teaches how to create a custom platform movement. It is NOT what you want to do, but if you understand it, you will also understand how to do what you want.

    Because what you need is a custom movement for your enemies / bad guys. The tutorial shows how to let the player control it. In your game you'd let them control themselves, depending on their situation.

    This has not a lot to do with AI. Probably the AI comes down to "if player is in range, move towards player, play walk/hop animation and shoot"
    "if player is not in range, stand still and look stupid"
    "if player is in range, but you're running into an obstacle, stand still and look stupid"

    So all you have to do is make sure they won't fall through the floor or move through walls, and shift left or right and play their animation. And this is explained in the above tutorial. Good luck.

  10. #20
    No Products Registered

    Join Date
    Feb 2008
    Location
    Weston-super-mare
    Posts
    112
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Self enemy movement. HELP!!!

    thank you

Page 2 of 9 FirstFirst 1 2 3 4 ... LastLast

Similar Threads

  1. Enemy Movement
    By jbrown2177 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 15th August 2012, 09:07 PM
  2. help on enemy movement
    By Pixzel in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 4th February 2011, 09:30 PM
  3. Enemy Movement
    By Na in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 28th April 2010, 11:27 PM
  4. Enemy Movement
    By LuZeke in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 28th May 2008, 09:51 PM
  5. AI Enemy movement.
    By Martin_R_Bodger in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 7th February 2008, 11:03 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
  •