User Tag List

Results 1 to 2 of 2

Thread: Object destroy problem with mouse click

  1. #1
    No Products Registered

    Join Date
    Jan 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question Object destroy problem with mouse click

    Hi, I have faced a problem when building my demo game.

    I am using the time loop and random function to auto generate the bubble which fly from bottom to top,
    The problem occur when I click on the bubble, it will destroy all the others.

    Anyway to make it only destroy the target bubble? Please advise, thank you.

    PS: Other than this, any solution to add the mark/condition for each bubble randomly from a list (10marks, marks x 2, times +2 sec, etc)
    Attached files Attached files

  2. #2
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform 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)
    DaveC's Avatar
    Join Date
    Jun 2007
    Location
    Perth, Australia
    Posts
    2,132
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    your event was:
    "If user clicks left mouse button - Destroy bubble"

    it should have been:
    "If user clicks left mouse button ON object bubble - destroy bubble"

    this does two things, in the first place it means the user actually has to click directly on a bubble to destroy it, and secondly Fusion will now know which of the many bubbles is to be destroyed. Check out the modified example attached

    demo fixed.mfa

Similar Threads

  1. Mouse click on object to destroy it?
    By KLiK-iT in forum HTML5 Export Module 2.5
    Replies: 5
    Last Post: 27th June 2014, 12:00 PM
  2. Mouse click through object
    By eezau in forum Fusion 2.5
    Replies: 2
    Last Post: 28th May 2014, 09:05 AM
  3. Sub App Mouse click problem example
    By TreeHugger in forum File Archive
    Replies: 8
    Last Post: 28th October 2007, 05:34 AM
  4. Left Mouse click with additional condition problem
    By maVado in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 15th July 2007, 12:19 PM
  5. Mouse Movement Click Problem
    By JackDark in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 7th June 2007, 11:18 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
  •