User Tag List

Results 1 to 4 of 4

Thread: How can I specify an object not to leave the frame

  1. #1
    Clicker Multimedia Fusion 2 DeveloperInstall Creator Pro

    Join Date
    May 2010
    Posts
    536
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How can I specify an object not to leave the frame

    Hey, folks.

    How can I specify an Active object not to leave the frame/game space? How can I specify that this object should bounce off the frame edge?

    Thank you for your help in advance!


    Most sincerely,

    RGBreality

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How can I specify an object not to leave the frame

    Add the event "active->test position->all the arrows leaving the frame"->"active->bounce".
    It should end up saying:
    Active leaves the play area:
    -Active: Bounce


    Assuming you're using one of the built-in movements.

  3. #3


    Join Date
    May 2010
    Posts
    115
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How can I specify an object not to leave the frame

    Ya the bounce only works if you use the built in movement it it won't be able to change your direction. You could also have small but long test areas on edge of your screen to see if it is about to leave.

  4. #4
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: How can I specify an object not to leave the frame

    Or compare the positions of the edges of the objects to the positions of the edges of the frames; eg:

    X Left( "Active" ) <= 0
    X Right( "Active" ) >= Frame Width
    Y Top( "Active" ) <= 0
    Y Bottom( "Active" ) >= Frame Height
    Working as fast as I can on Fusion 3

Similar Threads

  1. Items that stay the same way after you leave the frame
    By UltraHammer in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 2nd January 2013, 09:31 PM
  2. [Bug] Leave channel (Flash)
    By Pharanygitis in forum Lacewing
    Replies: 0
    Last Post: 19th September 2012, 06:32 AM
  3. How to leave a trail?
    By Om1nO in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 15th November 2011, 10:22 PM
  4. Leave channel and get disconnected?
    By Konidias in forum Lacewing
    Replies: 7
    Last Post: 24th July 2011, 11:28 AM
  5. trial object -what does it leave behind?
    By Dave in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 13th July 2008, 08:20 PM

Posting Permissions

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