User Tag List

Results 1 to 6 of 6

Thread: Object wrap problem example.

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Location
    UK
    Posts
    842
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Object wrap problem example.

    Ok, can anyone explain to me why this 3 line code wont work?

    start of frame > set global value A to 1
    if global value A = 1 And Object leaves the area then
    Wrap object around screen

    but no, it wont work that just makes the object NOT wrap BUT if you change the to events around so its

    start of frame > set global value A to 1
    if Object leaves the area And global value A = 1 then
    Wrap object around screen

    doing it that way makes the object wrap despite what the global value is? it just ignors it??

    Any one help
    Thanks
    Gib
    Attached files Attached files

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Object wrap problem example.

    It seems to be an MMF2 bug. If I put the event to wrap alongside a never condition in a de-activated group it still occurs.
    [events]
    .[color:#666666]Wrap[/color]
    *[obj_active] leaves play area
    +Never
    -[obj_active] Wrap[/g]
    [/events]
    .:::.Joshtek.:::.

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Location
    UK
    Posts
    842
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Object wrap problem example.

    ohh nooo so there is NO work around????

    Any chance of it being fixed in a very near update ?

    Andy

  4. #4
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Object wrap problem example.

    Quote Originally Posted by Gibbon
    ohh nooo so there is NO work around????
    Well, it shouldn't be too hard to write your own wrapping code.
    .:::.Joshtek.:::.

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Location
    UK
    Posts
    842
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Object wrap problem example.

    i guess... just annoying. ahh well, so do i have to request this fix in the next build anywhere?
    Gib

  6. #6
    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: Object wrap problem example.

    Well, this is more of a design problem than a bug. Yesthe wrap option does not support further testings in the condition. I do not know if I can correct that easily, I'll have a look.
    For the moment, why not enter conditions like these ones?

    * X Right("Object")>X Right Frame
    - Set X Position to 0

    ... make a swap of you own : not difficult and it works!

Similar Threads

  1. Help with making object wrap around the frame?
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 4th March 2012, 10:29 PM
  2. How do you wrap an object around the play area?
    By FlinkGigitty in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 29th August 2010, 10:22 PM
  3. Rich edit object no wrap possible?
    By Tiny in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 8th October 2007, 05:51 PM
  4. Object wrap problem / bug. Example in archive
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 17th December 2006, 10:21 AM
  5. Object wrap problem example.
    By Gibbon in forum File Archive
    Replies: 0
    Last Post: 17th December 2006, 10:19 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
  •