User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: Build 249 - Beta #6

  1. #1
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Build 249 - Beta #6

    Just for info an update of the build 249 has been released in the MMF2 forum.

  2. #2
    Clicker Fusion 2.5 DeveloperiOS Export Module
    Czentnar's Avatar
    Join Date
    Jan 2007
    Location
    Budapest, Hungary
    Posts
    819
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Build 249 - Beta #6

    Thank you, this is great work!

    First remark: the Date & time object works excellent on Mac! The only thing is that it works in 12 hours format if it is set to 24 hours format.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Pharanygitis's Avatar
    Join Date
    Aug 2006
    Location
    Germany
    Posts
    1,037
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Build 249 - Beta #6

    Please look my problem with MobileFont in this tread :

    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=161853#Post1618 53

  4. #4
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Build 249 - Beta #6

    I already mentioned this before..

  5. #5
    Clicker Fusion 2.5 DeveloperiOS Export Module
    Czentnar's Avatar
    Join Date
    Jan 2007
    Location
    Budapest, Hungary
    Posts
    819
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Build 249 - Beta #6

    My second remark: the Load Frame action of the Active object does not work. If the action itself is present in the built application (I mean: it doesn't have to be called by an event), the application crashes.

  6. #6
    Clicker Fusion 2.5 DeveloperiOS Export Module
    Czentnar's Avatar
    Join Date
    Jan 2007
    Location
    Budapest, Hungary
    Posts
    819
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Build 249 - Beta #6

    Fourth: The Active System Box works well in the Sub-Application!

  7. #7
    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: Build 249 - Beta #6

    Load frame action corrected. A stupid mistake.

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    MJK's Avatar
    Join Date
    Jun 2006
    Location
    Espoo, Finland
    Posts
    1,162
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Build 249 - Beta #6

    Hmm, two separate threads about beta 6, but maybe I report on java mobile features here..

    So unfortunately I have to inform you that, based on my first tests, XMouse and YMouse expressions are causing still a lot of crashes on mobile (touch devices) and do not work as they would need to.

    What works now is

    CASE A:
    Always
    - Set X position to XMouse
    - Set Y position to YMouse

    So this is fine, unlike to previous build.

    But then if we have e.g. something like:

    CASE B:
    X(active) < X Mouse --> Set x position to X(active)+1
    X(active > XMouse --> Set x position to X(active)-1
    Y(active) < YMouse --> Set y position to Y(active)+1
    Y(active) > YMouse --> Set y position to Y(active)-1

    The object moves only on Y-axis on mobile and stays still on X-axis. When run inside MMF, it moves correctly.

    CASE C:
    However, if I have CASE A in frame 1 and then an event "press button --> jump to frame 2 (CASE B)", the app crashes with the following error message.

    Class Cat
    java.lang-ClassCastException
    Expressions.EXP_XMOUSE
    incompatible with Expressions
    CExp0i

    CASE D:
    Also, if I have in third frame the new mobile font object with a string object and one event where I set the mobile font color to red, even the first frame (CASE A) does not start and the app crashes immediately when started with the message below.

    Null Pointer
    java.lang.NullPointerException

    Additional remarks:
    In general, a bit more complex actions involving XMouse and YMouse (in alterable values), like Sqr((((XMouse-X( "Active" ))*(XMouse-X( "Active" )))+((YMouse-Y( "Active" ))*(YMouse-Y( "Active" ))))) seem to crash.

    Finally, when the screen is rotated, in CASE A the object doesn't follow the pointer (touch) correctly anymore, as it seems like the coordinates are not "turned around" like the screen is.

    So a bit of a negative test result, but I hope it helps in validating and fixing these issues. I will provide more results when I have something new to report.

  9. #9
    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: Build 249 - Beta #6

    The mobile font problem has been corrected.

    All the problems with XMouse came from a nasty bug that I found and corrected. The bug occured when you had on the same event program xmouse/ymouse and xactive/yactive.
    It must have been present in the previous version I think.
    Thanks for the report.

  10. #10
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    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)
    Techokami's Avatar
    Join Date
    Jul 2006
    Location
    Millis, Mass-uh-chew-sits
    Posts
    61
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Build 249 - Beta #6

    The problem with MIDI playback still exists - a MIDI will play multiple times, creating a loud echoing effect. Tested on MMF2 Standard Build 249 Beta 6 with Java version 1.6.0_15-b03

    Steps to reproduce:
    1) Make any event you wish (for example, "Start of frame") that will Play Music (with any MIDI you desire)
    2) Build Java Standalone Applet
    3) Run applet, shield ears

    Here's a sample .MFA and compiled .JAR applet demonstrating this.

Page 1 of 2 1 2 LastLast

Posting Permissions

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