User Tag List

Results 1 to 5 of 5

Thread: Enemy Help Please!

  1. #1
    No Products Registered

    Join Date
    Nov 2009
    Location
    Awesome City
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Enemy Help Please!

    Ok, I'm trying to make a zombie game, its a a top down view and the screen does not scroll. Basically you have to survive 5 minutes on each level until you can go to the next. :grin:

    Anyway, my problem is that I'm trying to make the enemy respawn after its destroyed. Can someone help please?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Sly's Avatar
    Join Date
    Mar 2010
    Location
    The Safehouse
    Posts
    70
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Enemy Help Please!

    Hm I think you have to make the enemy a bouncing ball. Then do the event "Always; Enemy look in the direction of player" Then I think it will follow the player

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    UltimateWalrus's Avatar
    Join Date
    Jul 2006
    Posts
    824
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Enemy Help Please!

    Are you aware of the "Create Object" command? It looks like a little cube. I think you want to use this event:

    Number of object "Zombie" = 0
    --> Create object "Zombie" at (0,0)

    You can also create an object at a point relative to another object. For example:

    Number of object "Zombie" = 0
    --> Create object "Zombie" at (0,0) from "Spawn Point"

    You could even make the spawn point move.

    If you wanted to spawn a zombie every 5 seconds, you could also use the "every" condition:

    Every 5 seconds
    --> Create object "Zombie" at (0,0) from "Spawn Point"

  4. #4
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Enemy Help Please!

    Gate001, would you please not completely change your question like that? If your question is answered, just make a new post in this same thread for the new question. Don't remove the old question and replace it with the new one, it is too confusing.
    Working as fast as I can on Fusion 3

  5. #5
    No Products Registered

    Join Date
    Nov 2009
    Location
    Awesome City
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Enemy Help Please!

    ok i'll remember next time sorry

Similar Threads

  1. Strange thing: If Enemy Alterable Value A = Enemy Alterable Value B
    By King_Cool in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 26th March 2012, 05:29 PM
  2. Enemy AI
    By Lucien in forum Multimedia Fusion 2 - Technical Support
    Replies: 44
    Last Post: 17th February 2012, 06:02 AM
  3. Enemy
    By Taceo in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 26th July 2010, 09:47 AM
  4. Enemy HP
    By FlinkGigitty in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 22nd January 2010, 08:09 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
  •