User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: newbie doing simple game

  1. #1
    Clicker Fusion 2.5

    Join Date
    Jul 2006
    Location
    Illinois. USA
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    newbie doing simple game

    Hey there, Im a newbie and im just trying to do a simple shoot em up space game. The old space invaders type game. Only real problem I am having now is the following. If there is something similar in the forums please direct me. I did look but didnt find what I was looking for.
    Here is my problem. I am just wanting to make a simple game just for fun.How do you get enemies to react and shoot at different times? I have 4 rows of of enemies. Each row contains different enemies. I want the them all to just shoot at random not all at once.

    Also How do I make the enemies speed up everytime u shoot so many enemies and it gets faster as their are fewer enemies.

    And I wanted a few of them to fly down at the ship as they shoot at him..

    Im a newbie and just got mmf2 so dont talk over my head.

    Thanks, Doug

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    DJFuego's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    1,416
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: newbie doing simple game

    It should be a simple task of giving the baddies a space invader movement and then pick an object at random and make it shoot.

  3. #3
    No Products Registered

    Join Date
    Aug 2007
    Location
    Uithoorn, the Netherlands
    Posts
    23
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: newbie doing simple game

    I think there is even a standard movement type for that. (You know, things like Static, bouncing ball, etc.. I think there's one in there called Invader)

  4. #4
    No Products Registered

    Join Date
    Oct 2007
    Location
    Norway, Oslo
    Posts
    379
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: newbie doing simple game

    Yes, there is a standard movement that is called "Invaders"
    Just click on the enemy and then click on movement in the propertis window.

  5. #5
    Clicker Fusion 2.5

    Join Date
    Jul 2006
    Location
    Illinois. USA
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: newbie doing simple game

    well i have the invader movment going fine. I did check the automatically adjust speed or whatever its called. But it doesnt do anything.

    I think my problem is getting pieces to shoot at random. Because when I try something like that the whole row shoots together not each individual shooting at random.

  6. #6
    No Products Registered

    Join Date
    Mar 2007
    Location
    Norway
    Posts
    35
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: newbie doing simple game

    You can select one random "invader" when you create your shoot condition.

    Create condition -> right click on invader object -> Pick or count -> Pick "my object" at random.

    Whatever you do to the object will then apply to only one of them, not the whole bunch.

    Have fun!

  7. #7
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: newbie doing simple game

    Put your pieces in a qualifier group, then "pick piece at random" to shoot.
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  8. #8
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jul 2006
    Location
    Pittsburgh, PA, USA
    Posts
    777
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: newbie doing simple game

    Select all of your enemies and go into properties. Then click the events tab and click on "qualifier(s)." Then add the qualifier "enemies" (it looks like a bolt of lightening.) Now make the following events:

    every x milliseconds
    add 0+Rand(100) to Alterable Value A of group.enemies.

    Alterable Value A of group.enemies is greater than 100
    [i]Subtract 100 from Alterable Value A of group.enemies.
    Group.enemies shoot an object "bullet" at "player."


    I believe that should work. Tell me if it doesn't.

    EDIT: Where I said "every x milliseconds" the x value will determine how often the enemies shoot. You could say "every 10 milliseconds," "every 50 milliseconds," etc.

  9. #9
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: newbie doing simple game

    just an addition to pinacoladaxb above, make sure you add the event 'pick object at random' in there otherwise all enemies will shoot at once

  10. #10
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jul 2006
    Location
    Pittsburgh, PA, USA
    Posts
    777
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: newbie doing simple game

    Thanks bigredon. I'm never right the first time.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Newbie here, question about tutorial game.
    By Greasyboi in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 9th December 2013, 03:36 AM
  2. MMF2 Newbie questions about making a game
    By Tactician in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 11th January 2011, 11:31 PM
  3. Need help with a simple run n gun game
    By vincent in forum Multimedia Fusion 2 - Technical Support
    Replies: 21
    Last Post: 18th May 2009, 12:39 PM
  4. Simple newbie/idiot question.
    By radbrad in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 16th September 2008, 07:35 PM
  5. Newbie Game Question
    By fwtep in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 26th September 2006, 04:59 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
  •