User Tag List

Results 1 to 3 of 3

Thread: only one action upon repeating / object grouping

  1. #1
    No Products Registered

    Join Date
    Oct 2006
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    only one action upon repeating / object grouping

    I'm using MMF2 build 243

    There seems to be something significantly wrong with the "only one action upon repeating" event when there is more than one of the corresponding objects in the frame.

    for example, if there is an active object named "ball" and I want it to shoot a single laser beam when its A value equals 12, I can't do it with more than one ball onscreen because it mashes all of the balls' value A together and therefore only one ball will actually shoot a laser.

    I don't know if this is a recent bug or one going way back to click n create that I just hadn't discovered up until now but trying to program in workarounds with spread values is starting to become a pain.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: only one action upon repeating / object grouping

    I do not really understand your problem. Have ou got an example?

  3. #3
    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: only one action upon repeating / object grouping

    The behaviour of the event makes sense - only one action will be performed once a ball's value reaches 12. The loop of events stop when no ball's value is 12, and it won't be performed again until another value reaches 12.

    I suggest setting a flag on the object that shoots the laser beam and checking against that rather than using "One action when event loops" here.

Similar Threads

  1. non repeating number?
    By gen in forum The Games Factory 2 - Technical Support
    Replies: 5
    Last Post: 31st May 2011, 04:23 AM
  2. Repeating a frame.
    By kjellm87 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 22nd May 2009, 04:11 PM
  3. No Repeating Names
    By SpineRaptor in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 20th March 2008, 03:37 AM
  4. Repeating action seperately for each object
    By LeeJiHoon in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 16th July 2007, 05:07 AM
  5. Object Grouping re:360 Directions
    By JJames19119 in forum Multimedia Fusion 2 - Technical Support
    Replies: 16
    Last Post: 26th June 2007, 09:59 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
  •