User Tag List

Results 1 to 3 of 3

Thread: need help agian :-)

  1. #1
    No Products Registered

    Join Date
    Sep 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    need help agian :-)

    I want my enemy to be able to take a certain number of this, then be destoryed! id really appreciate some help

  2. #2
    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: need help agian :-)

    Use their alterable values. When an enemy is hit, add/subtract something from one of its alterable values, and destroy it when it reaches a certain number.

  3. #3
    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,366
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: need help agian :-)

    Use an alterable value. In the frame editor, select the enemy and add a new alterable value and name it Health. Set its initial value to 3.

    Now, in the event editor add this action in the event that hurts the enemy:

    - Enemy: subtract 1 from Health

    And then a new event:

    * Enemy: Health <= 0
    - Enemy: Destroy

Posting Permissions

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