User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 13 of 13

Thread: Collission between two copies of an active only when both are on the same layer

  1. #11
    Clicker Fusion 2.5
    troshinsky's Avatar
    Join Date
    Jun 2010
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah I wish it was as simple as that!


    I guess I need to rephrase the question, because the problem is not actually the layers:

    When two copies of the same active collide, how can I compare if they share the same alterable value?


    what I want to do is:

    if collission between Active1 and Active1´
    if Active1 alterable value 1 = Active1´ alterable value 1

    then > stop Active1

    But I don´t know how to express this in Fusion...

  2. #12
    Clicker Fusion 2.5Fusion 2.5+ DLC

    Join Date
    Sep 2010
    Posts
    175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am making an application that uses layers, and what I did was create an invisible active object for each layer I have (in your case, 4 objects) that is placed in one layer. The object is proportional to the "gameboard", and when the ball overlaps one of the active objects, it moves the ball to that number layer.

    example code:
    (active object layer 1 4)
    if "pinball" overlaps "active object layer 1"
    --<order "pinball"> move to layer 1
    ~~~~

    This is how I did it for my levels

  3. #13
    Clicker Fusion 2.5
    troshinsky's Avatar
    Join Date
    Jun 2010
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, I am doing that already.

    Please, read the question, that is not what I am asking about at all:

    When two copies of the same active collide, how can I compare if they share the same alterable value?

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. How to make multiple copies of an active move toward the same point?
    By LemonyLime in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 11th January 2012, 12:28 AM
  2. Active picture object - slowdown on layer 2
    By willy in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 27th August 2011, 07:21 PM
  3. Active Object not Following Frame (layer)
    By Giovanni_Cardona in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 15th December 2010, 11:47 AM
  4. Active Picture bug (move to layer)
    By Nifflas in forum File Archive
    Replies: 1
    Last Post: 11th March 2008, 06:37 PM
  5. Active Picture bug - cannot recieve Layer
    By MelliGeorgiou in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 16th October 2006, 12:32 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
  •