User Tag List

Results 1 to 3 of 3

Thread: Boss battle help

  1. #1
    Clicker Multimedia Fusion 2
    pyrothos's Avatar
    Join Date
    Jun 2011
    Location
    Somewhere between WA State and boredomville
    Posts
    36
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question Boss battle help

    Hi everyone, i've been working on a game lately and i want to make a boss battle, I've got everything either set up or able to be quicly set up. My Problem is, I want to make my boss have multiple lives. How can i achieve this?

  2. #2
    Clicker Multimedia Fusion 2 Developer
    gastrop0d's Avatar
    Join Date
    Dec 2011
    Location
    Australia
    Posts
    49
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It depends exactly on what behaviour you want the boss to have. Is it exactly the same each life, or does it change forms each time you kill it?

    All you really need to do is have a value that tracks how many times the boss has died, like this:

    Boss's damage >= 1000:
    - Set Boss's damage to 0
    - Set Boss's deaths to Boss's deaths + 1
    //plus explosions, death SFX, screen shake, all that jazz

    Boss's deaths >= 3:
    - Destroy Boss

    Damage and deaths are just renamed alterable values of Boss.

    If he changes forms just create the object of the new form each time his damage gets over the threshold, then destroy the old form.

  3. #3
    Clicker Multimedia Fusion 2
    pyrothos's Avatar
    Join Date
    Jun 2011
    Location
    Somewhere between WA State and boredomville
    Posts
    36
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok, i'll try that out in a bit

Similar Threads

  1. Replies: 8
    Last Post: 22nd March 2011, 11:44 AM
  2. Battle damage
    By Twario in forum The Games Factory 2 - Technical Support
    Replies: 4
    Last Post: 5th July 2010, 06:36 AM
  3. Card Battle!!
    By Gimbabwe in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 31st May 2010, 06:30 PM
  4. RPG battle engine help.
    By Meanderer in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 19th May 2008, 07:36 AM

Posting Permissions

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