User Tag List

Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 28

Thread: MMF2 Build #248 (BETA 6)

  1. #1
    Clickteam Clickteam

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

    MMF2 Build #248 (BETA 6)

    Hi everyone,

    A new beta version of the build #248 is available (beta 6), it addresses 2 bugs reported in the previous beta version and the Java runtime now supports transitions. If no specific issue is reported in this version, it will be the official release of the build 248.

    MMF2 Standard
    MMF2 Developer

    (ps: this is the normal version of MMF2, not the HWA version, the HWA version will be updated asap)

    This version is a BETA version, you must make backup copies of your applications before loading them. We expect the final version of the build #248 to be released within a few days.

    This build contains the Java runtime.

    If you see any problem with this build, please report it here, thanks !

    Yves.



    Fixes and [color:red]new features[/color] in this version


    - Edit box : scroll to end action may generate odd issues

    - Any extension object with images : (dialog box object, button object, etc) images may disappear if you edit the object from the workspace window or property bar when the frame editor is not opened.

    - Java runtime : frame and object transitions are now supported.




    Fixes and [color:red]new features[/color] in beta 5

    - Animation editor : screen flickers while dragging the hot spot/action point around.

    - Animation editor : selected animation not displayed as selected the first time you click it.

    - Event editor : the comment editor is now resizable.

    - [color:red]Menu editor[/color] : new "Permanent shortcut" option in the properties of a menu entry. If this option is selected, the shortcut triggers the command even if the menu is hidden.

    - Runtime : the End of music condition was not triggered at the end of the music after a Pause / Resume action.

    - Layer object : object z-order messed up after a Sort action and a scrolling.

    - BMP filter : problem with BMP files exported by some graphic tools.

    - [color:red]Java[/color] : new Array object




    Fixes and [color:red]new features[/color] in beta 4

    - Runtime : objects with the "Visible at start" option not checked are no longer shown when they are created with a Create Object action.

    - Runtime : when an active object having a fade out transition and being scaled is destroyed, the object fades out at its original unscaled size.

    - Runtime : bug in new expressions that return alterable values and strings by index.

    - General : crash when loading some applications with the build 248.

    - Properties : Global Values are 1-based but in the Properties box of the application the first Global Value is displayed as "0 (Global Value A)".

    - Expression editor : the animation number is displayed as 1-based in the expression editor although it's 0-based.

    - Expression editor : the variable number in Set Alterable Value is displayed as 1-based althought it's 0-based.

    - Event editor : Run Frame button disabled in behavior editor.

    - Draw object : doesn't release mouse events if you quit the frame when the user clicks inside the object.

    - [color:red]Timer-based movements[/color] : new property in the Frame properties. When this option is selected, the movement and animation speed of the objects in this frame is based on the exact time difference, making it independent from the machine speed. Note: for compatibility reasons, this option is not selected by default in frames of old applications. If this option is not selected, the speed is based on a frame count, less precise. A second property, Movement Timer Base, allows you to specify the value (frames per second) of the timer on which movements are based when the Timer-based Movements option is selected. It allows you to define the frame rate of the movements and animations independently from the frame rate of the application. Note: these options have no effect on the Invaders movements.

    - [color:red]Movement speed[/color] : the maximum value of the speed of movements is now 250 instead of 100 (except for the Invaders movement).

    - Java : known issue, the Windows controls don't work in Java applets. This issue won't be fixed in this build. They work fine in Java stand-alone mode (MMF2 Developer).

    - Java : new AVI object. Note: this object requires Java Media Framework to be installed.

    - Java : Layer object IsVisible condition reported always false

    - Java : the object collision mask was not created from the alpha channel, resulting in a boxed collision detection.

    - Java : String object, Set Text action was based on 0 instead of 1.




    Fixes and [color:red]new features[/color] in beta 3

    - Application corruption : sometimes MFA files could become corrupted. We have fixed a possible reason for this issue (hopefully the unique reason) and have also fixed a bug in the routine that was saving applications to a temporary file before overwriting the MFA file (on some machines it was directly overwriting the MFA file without using a temporary file). Additionnally if the autobackup feature is not enabled, MMF2 now proposes you to activate it. So theoretically nobody should get corrupted applications anymore.

    Note: for applications that are already corrupted, you might get a new error message that asks you to contact us. Please do it, thanks.

    - Random images : also we might have fixed the problem of images randomly switched in some applications. Hopefully the 2 or 3 users who have reported this issue can test this build and confirm if it's fixed or not. This problem was happening after you change the colors or frames of an active object and at least 2 instances of this object are present in the next frame.

    - General : the application is no longer marked as modified when you open the global event editor, a behavior editor or some tabs of the Data Element editor.

    - [color:red]Navigate toolbar[/color] : the frame index is now displayed in the frame list

    - Property window : properties being edited not validated before Run Application command. This was also causing issues with image and animation properties.

    - Library window : on Windows Vista, crash when trying to view 2 objects without closing the preview window (the preview window was not closed automatically).

    - [color:red]Frame editor[/color] : the number of selected objects is now displayed in the status bar on the right of the mouse coordinates.

    - Frame editor : objects created at an incorrect position when you drop files to the frame.

    - Frame editor : objects created in the event editor and then removed from the event editor were not always removed from the frame and couldn't be deleted. They are now automatically removed from the frame when you reload the application.

    - Properties / Alterable values : fix in routine that checks if a name is allowed or reserved.

    - Event editor : the Select Group dialog box is now resizable.

    - Event editor : cannot enter more than 4 digits in the edit boxes in the Pick object from zone dialog box.

    - Event editor : top condition incorrectly selected in some cases.

    - Picture editor : problem when importing some animated GIF files.

    - Picture editor : sometimes in zoom mode you have to enlarge the window to edit the bottom row and the right column.

    - Animation editor : "non empty" mark of animations not always updated.

    - [color:red]Animation editor[/color] : new shortcut keys to crop images : SHIFT + CONTROL crops all the directions of the current animation, SHIFT + CONTROL + ALT crops all the animations of the current object.

    - Stand-alone applications : sound filters are now automatically added if you use only Play Sound File actions (and no Play Sound action).

    - Stand-alone applications : graphic filters are now automatically added if you use the Load Frame action of the active object.

    - Installer : internal error after adding an external file and building the installer.

    - [color:red]Runtime[/color] : new Get Alterable Value & String By Index functions.

    - Runtime : possible random crashes in Save/Load Frame Position.

    - Runtime : memory leak for objects that contain alterable strings after Save/Load Frame Position.

    - Runtime : sounds sometimes swapped when you load a position from a different frame.

    - Runtime : data of movement extensions not saved after Save Frame Position.

    - Runtime : crash when using SET DIRECTION action in some cases with the platform movement

    - Runtime : speed increase in some cases when colliding with a platform and tweaking the X and Y coordinates of the object.

    - Runtime : crash when you close an application and the same sample is being played on several channels at the same time.

    - Runtime : Set Layer action not working correctly for hidden objects.

    - Runtime : frame collision mask not resized after Set Frame Width / Height.

    - Runtime : layers without "visible at start" option not hidden after a frame restart.

    - Runtime : crash when the maximum number of objects is reached and collisions between lots of objects occur at the same time.

    - Runtime : "Include external files" option not compatible with embedded binary files.

    - Runtime : backdrop objects are hidden one frame too late when you hide a layer.

    - Button object : when you use the TAB key to give the focus to a button with a text and a picture, the picture disappears.

    - Counter object : bar / set color action not working in solid color mode.

    - Counter object : when a counter is set to Numbers mode the font listed under Text Options is garbled.

    - Dialog Box object : Set Control Position action also resizes the controls when it's used when the dialog box is closed.

    - Explorer object : tree control not correctly resized if you resize the object and the tree has a vertical scrollbar.

    - [color:red]List and Combo Box objects[/color] : new "Change line" action to modify the text of a line.

    - Quiz Object : fix in wrong answer dialog.

    - [color:red]Special object[/color] : new "Arc tangente of y/x" expression.

    - [color:red]Storyboard object[/color] : new "Frame position has just been saved" condition. This condition is true the next frame after the frame position has been saved (as a frame position is always saved at the end of frame).

    - Storyboard object : conflict between the Save Frame Position and the Previous Frame / Next Frame / Jump to Frame actions.

    - Sub-application object : sub-application objects created by a Create Object action or restarted by a Restart action are now immediately initialized (one frame loop is executed just after the object is created) so that you can immediately modify their global values and strings.

    - SDK : cSurface::GetPixelFast was bugged in 32000/65000 color mode.

    - GIF filter : fixed a transparency bug in animated GIFs.

    - [color:red]Java runtime[/color] : new objects have been converted - button, edit box, file, ini, rich edit, active system box, background system box

    - Java runtime : Frame background color Red and Blue value were inverted

    - Java runtime : Layer is visible returned FALSE even if the layer was visible

  2. #2
    No Products Registered

    Join Date
    Jun 2006
    Posts
    1,630
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Build #248 (BETA 6)

    Cool! And Fast!

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Build #248 (BETA 6)

    Now I installed this new build, works good so far.



    Btw. I sent you an example for the window size bug.
    Have you seen the issue?

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Jun 2007
    Posts
    481
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Build #248 (BETA 6)

    I LOVE BETA´s more more more

  5. #5
    No Products Registered

    Join Date
    Jun 2006
    Posts
    111
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Build #248 (BETA 6)

    Just a small detail I miss.The possibility to move action\hot spot with keyboard arrowbuttons ? Like MMF 1.5,when you already selected the action\hot spot,you could continue to adjust it with the keyboard.

  6. #6
    No Products Registered

    Join Date
    Jun 2006
    Posts
    1,630
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Build #248 (BETA 6)

    mm.. I'm still getting problems with Java standalone. With previous builds Java applications didn't start with full screen. Now JAva standalone applications aren't running at all.
    Using java 1.6.0_06.

  7. #7
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Kimera's Avatar
    Join Date
    Feb 2007
    Location
    Houston, TX
    Posts
    729
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Build #248 (BETA 6)

    Cool I'll check it out. You guys rock!

    Thanks,
    K

  8. #8
    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: MMF2 Build #248 (BETA 6)

    Bruto Memo. It works very well here. Could you send me your application? There must be something wrong with it in the Java runtime...
    And for the full screen to work, you have to ask for a standard resolution : 320x200 / 640x480 etc. It wont work with fancy resolutions.

  9. #9
    No Products Registered

    Join Date
    Jun 2006
    Posts
    289
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Build #248 (BETA 6)

    Quote Originally Posted by Bruto_Memo
    Cool! And Fast!
    Fast and fast. We have waited this over 6 months.

  10. #10
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Build #248 (BETA 6)

    The problem I haven't seen an update for is the one that makes sub-applications corrupt all even numbered frames in an application. It's only occurred in recent MMF2 beta builds as far as I know.

Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. MMF2 Build 249 - Beta 8
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 22
    Last Post: 7th November 2009, 01:07 PM
  2. MMF2 Build #248 (BETA 6)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 1st July 2008, 12:41 PM
  3. MMF2 Build #248 (BETA 5)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 25th June 2008, 03:07 PM
  4. MMF2 Build #248 (BETA 4b)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 24th June 2008, 05:51 PM
  5. MMF2 Build 248 (BETA 4b)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 24th June 2008, 12:45 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
  •