User Tag List

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 30 of 30

Thread: Important Bugs in iOS Export Module!

  1. #21
    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)
    Multiple sounds : this would be a big change in the code. I will not do it before build 255 is out.

  2. #22
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Koji_Kabuto's Avatar
    Join Date
    Jul 2006
    Location
    Venezuela
    Posts
    2,847
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Thanks Francois for your response,

    I know the task is not easy, but I trust you, the exporter is a high quality product!

  3. #23
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export ModulePatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)
    Renatos's Avatar
    Join Date
    Jun 2006
    Location
    São Paulo, SP - Brasil
    Posts
    593
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am not sure if the issue with the video bug has been resolved on beta9, but I am experiencing the same problem...if I jump onto a frame with a video (intro) and the user double taps prior to the end of the video and jumps onto another frame, the game does not recognize touches anymore.

  4. #24
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Koji_Kabuto's Avatar
    Join Date
    Jul 2006
    Location
    Venezuela
    Posts
    2,847
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Renatos, Andos got no solution to this, I think in previous post is your answer.

  5. #25
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    paobrasil's Avatar
    Join Date
    Apr 2012
    Location
    Rio de Janeiro, Brazil
    Posts
    1,146
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont know 100% of this problem issue....but it's not possible to do a action DESTROY the video when you jump to next frame?

  6. #26
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Koji_Kabuto's Avatar
    Join Date
    Jul 2006
    Location
    Venezuela
    Posts
    2,847
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    It was the first probe and neither worked!

  7. #27
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    paobrasil's Avatar
    Join Date
    Apr 2012
    Location
    Rio de Janeiro, Brazil
    Posts
    1,146
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Following what Andos said: that It was happening because the "view" of the video was not properly removed and then causing all future clicks in it's area to be redirected to the now stopped invisible video......


    Well....Why you dont try to set position of the video to something outside the frame before change to next frame...like: when touch buttom THEN [set video postion to x:2200/y:2200] and [jump to frame....]

    I dont know....but if the problem it's about what Andos said...maybe this can work......I dont know

  8. #28
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Hi everybody. The fix I put into build 255 was found after doing some deeper debugging. As it turned out it wasn't entirely as I suspected (about the video frame not getting removed from the frame) but it was caused by the touch-input that triggers the video to open up in fullscreen. It never got "canceled" or ended. It caused the runtime to believe that there would always be a finger on the screen and that any following touches on the screen was made by a second finger (ect). Since the mouse x,y and click input is tied to the first touch (first finger) any input would no longer get detected.
    This put us in a tough situation as we don't know when the touch then ends.
    I had to program in a 'reset' function that clears all touches when the video enters/exits fullscreen mode. This fixed the problem for me in all the test-cases I made.

    I recall I could not reproduce the bug prior to me finding it myself based on steps to reproduce.
    There might be a possibility that the bug I fixed isn't entirely the same as the ones you are experiencing but I could not reproduce it back then.
    I would like to take another look at this bug soon.
    Any information/example file about the bug that you have found would be very valuable to me.

  9. #29
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export ModulePatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)
    Renatos's Avatar
    Join Date
    Jun 2006
    Location
    São Paulo, SP - Brasil
    Posts
    593
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Andos, on my game, there is an intro video which you can skip by double tapping it. Jumps onto the title screen. the iOS buttons, and iOS native stuff works fine, such as joysticks, buttons, etc. Now if I have a "User clicks on an active object x" it will not work at all.... thats the problem. And I am displaying the videos fullscreen as you described it.

  10. #30
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Koji_Kabuto's Avatar
    Join Date
    Jul 2006
    Location
    Venezuela
    Posts
    2,847
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    As Renatos says, that's the bug that has the IOS Video, the easier he could not explain

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. HTML5 Export Module
    By JollyPanda in forum Extension Development
    Replies: 14
    Last Post: 10th January 2014, 05:42 PM
  2. export module in 2.5
    By TopWeb in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 3rd January 2014, 01:56 PM
  3. So, if there is an iOS export module, does that...
    By N64Mario in forum iOS Export Module Version 2.0
    Replies: 6
    Last Post: 4th October 2013, 07:53 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
  •