User Tag List

Page 12 of 24 FirstFirst ... 2 10 11 12 13 14 22 ... LastLast
Results 111 to 120 of 233

Thread: Build 294.14 - Release version

  1. #111
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    1,025
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by NaitorStudios View Post
    Have you tried this?

    Yes, it is available in Windows exports. Android, not so much.
    Again though, should be automatic if the app requires the graphic /file.

  2. #112
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export Module

    Join Date
    Feb 2014
    Posts
    1,113
    Mentioned
    29 Post(s)
    Tagged
    1 Thread(s)

    Bug:

    on windows runtime the multi touch new touch is not cleared when jumping frame, resulting in a constant frame jump cycle when holding down the button.
    Attached files Attached files

  3. #113
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    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)Firefly 3D Module (Steam)

    Join Date
    Jun 2006
    Location
    Killeen, TEXAS
    Posts
    1,253
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by SHINBAXTER View Post
    on windows runtime the multi touch new touch is not cleared when jumping frame, resulting in a constant frame jump cycle when holding down the button.
    kind of related, i recall something similar occurring with keypress and ctrl-X; not even restoring the control would fix it.
    the work around was put a 0.02" delay at the start of frame, and then begin the events:
    eg. put everything is a group not active, and after 0.02" activate it. i cant remember the file now or the specifics- but that was the general idea of something similar happening.

  4. #114
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    1,025
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by danjo View Post
    kind of related, i recall something similar occurring with keypress and ctrl-X; not even restoring the control would fix it.
    the work around was put a 0.02" delay at the start of frame, and then begin the events:
    eg. put everything is a group not active, and after 0.02" activate it. i cant remember the file now or the specifics- but that was the general idea of something similar happening.
    Believe me, one of the biggest Issues I have found with Fusion over the years is linking anything to Start of Frame.
    Nowadays I have an event that is " Timer is less then 1 second " + "Run this event once when it loops "
    For years I had issues with saves and button clicks at start of frame.
    Seems as though Fusion likes to skip events on Start of frame.

    I use that first second for a Fade in for Android with a black screen. So, no biggie, but it is still an Issue today with Start of Frame.
    I even made numerous Start of Frames to see if that helped. Nope!

  5. #115
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    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)Firefly 3D Module (Steam)

    Join Date
    Jun 2006
    Location
    Killeen, TEXAS
    Posts
    1,253
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    the start of frame issue was related to when the application [jumped to a new frame] - then the start of frame issue arose.

  6. #116
    Clicker Fusion 2.5 (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Firefly 3D Module (Steam)
    nasirfoxx's Avatar
    Join Date
    Dec 2019
    Location
    my room
    Posts
    71
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exclamation Fusion runtime bug when getting expressions with parameters on destroyed extensions

    I've accidentally stumbled upon a Fusion bug which even happens on old builds such as R280.27.

    If you destroy an extension, wait a bit and then get an expression containing parameters from it, the Fusion app crashes with an access violation of 0xC0000005.

    See MFA:

    Ext_Expression_bug.mfa

  7. #117
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleUniversal Windows Platform Export ModuleSWF Export Module

    Join Date
    Jun 2014
    Posts
    132
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I think the ListView object is either buggy, or the help file is incorrect. Trying to set what the help file is calling the "column" parameter in the expression of the "Set Item" action (Edit >> Set Item) , apparently has no effect whatsoever :/

    EDIT: Nevermind it actually works. The fast loop I was using to index the list view was the inner loop of a nest, & the indexes were getting trashed by the outer loop somehow

  8. #118
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    1,025
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Please add Positioning by X / Y Coordinate for new Objects Created in game, instead of having to click within the Game to create a position or create from another object already in game.
    Yes, I know there is tons of ways to do this using an Invisible Object, Values or counters. Again, just saying it would be nice to have.
    I.E. Timer Every 1 second - Create Object "Active 1" at 100X 100Y
    Thanks

  9. #119
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    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)Firefly 3D Module (Steam)

    Join Date
    Jun 2006
    Location
    Killeen, TEXAS
    Posts
    1,253
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by VBEinc View Post
    Please add Positioning by X / Y Coordinate for new Objects Created in game, instead of having to click within the Game to create a position or create from another object already in game.
    Yes, I know there is tons of ways to do this using an Invisible Object, Values or counters. Again, just saying it would be nice to have.
    I.E. Timer Every 1 second - Create Object "Active 1" at 100X 100Y
    Thanks
    this already is a thing.

  10. #120
    Clicker 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)
    Volnaiskra's Avatar
    Join Date
    Jan 2014
    Location
    sprykethegame.com
    Posts
    3,276
    Mentioned
    133 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by VBEinc View Post
    Please add Positioning by X / Y Coordinate for new Objects Created in game, instead of having to click within the Game to create a position or create from another object already in game.
    Yes, I know there is tons of ways to do this using an Invisible Object, Values or counters. Again, just saying it would be nice to have.
    I.E. Timer Every 1 second - Create Object "Active 1" at 100X 100Y
    Thanks
    This is one of the features introduced in version 294. It's called "Create object at..."



Page 12 of 24 FirstFirst ... 2 10 11 12 13 14 22 ... LastLast

Similar Threads

  1. Build 292.29 - Release version
    By Yves in forum Fusion 2.5
    Replies: 114
    Last Post: 22nd January 2022, 03:51 PM
  2. Build 287.9 - Release version
    By Yves in forum Fusion 2.5
    Replies: 48
    Last Post: 12th January 2017, 12:26 PM
  3. Build 284.7 - pre-release version
    By Yves in forum Fusion 2.5
    Replies: 10
    Last Post: 18th May 2015, 09:50 AM
  4. Build 284.3 - pre-release version
    By Yves in forum Fusion 2.5
    Replies: 12
    Last Post: 15th April 2015, 10:44 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
  •