Page 1 of 24 1 2 3 ... 23 24 >
Topic Options
#132634 - 03/12/09 05:18 PM MMF2 Build #249
Yves
Clickteam


Registered: 06/29/06
Posts: 5215
Hi everyone,

EDIT: the second beta version of the build #249 is available :

MMF2 Standard
MMF2 Developer

This build is a BETA version, please make backup copies of your applications before loading them with this version!

This build contains some new features, especially the final version of the Java runtime, a new Java Mac build option (MMF2 Developer), and a new Java runtime for mobile devices and BlackBerry (MMF2 Developer).

Note: the new HWA version is a separate program, you can download it from the MMF2 HWA forum.

Let us know if any problem with this build, thanks !

Yves.


Build 249 : new features and fixes


- Data element editor : you can now add multiple files at the same time in the binary data tab.

- Event editor : the Shoot action has been renamed to Launch as it can be used for more then shooting.

- Event editor : when doing UNDO on an event with the creation of an object, and if this object was only created in this event (not dropped on the frame), the UNDO / REDO did not work.

- Event editor : the line numbers are now fixed, they no longer change when you open/close a group.

- Event editor : the split window feature is now disabled in the event, event list and action editors as it causes crashes.

- Event editor : in the Create / Set Position dialog box, when you select a position relative to another object, the initial position is set to 0,0.

- Event List Editor : possible random crash after deleting an action.

- Event List Editor : the focus rectangle is now immediately redrawn when you go up/down/left/right.

- Behavior editor : crash when you edit a behavior of a global object while an event editor is open on a behavior of this object in another frame.

- Behavior editor : copying/pasting events in behaviors could result in bad objects.

- Path movement editor : sometimes selects the wrong object when there is an instance of the object in the frame editor and the object is also created in the event editor.

- Picture editor : keyboard issue in file selector in Save Picture.

- Storyboard editor : the scrolling position is preserved when you close and reopen the editor.

- Object properties : generic qualifiers from 24 to 99 have been renamed and redesigned by Nifflas and Hempuli, thanks a lot. smile A new option in the Preferences (in the Event Editor tab) allows you to use the old qualifiers. Note: when you change this option, you have to close and reload opened applications so that the new option take effect.

- Properties : for the ones who don't use tabs in the property window, the open status of the folders is now always preserved.

- Application (MMF2 Dev) : new Clone command for applications. This command allows you to create resized copies of an application. It resizes the window, the frames, the objects, updates their positions, changes the speed/acceleration/deceleration values in the movements, updates the positions in the Create / Shoot actions, in the Test Zone conditions, and generates a report that displays the events that might need to be modified so that the new application works correctly (i.e. events that modify or read positions via expressions).

- Application (MMF2 Dev) : new options (in the Application properties) to keep the width/height ratio of the user's screen when switching to full screen. Refer to the documentation for more information.

- Application (MMF2 Dev) : new Java Mobile / BlackBerry build options for mobile devices & Blackberry.

- Application (MMF2 Dev) : new Java Mac build option for Macs.

- Application : when only external sounds and images are referenced in events, the sound and image filters are now REALLY included if they are in automatic mode...

- Active SystemBox object : not correctly displayed when it's hidden at start and you show it later, if it contains a text.

- Animation object : "user clicks within animation" condition was not working, it has been removed, you can now use the User clicks on an object condition of the Keyboard & Mouse object

- Combo Box object : Has Focus condition now works in Dropdown List mode.

- Dialog box object : Has Focus condition didn't work for simple and dropdown combo boxes.

- Edit box object : a 0 was added to the end of the texts saved with the Save Text action.

- Edit box object : you can now set the alignment in the Text tab in the properties.

- FTP object : the Asynchonous mode is now off by default (when you insert a new FTP object) - note that some servers don't support too many files being downloaded at the same time in asynchronous mode, so you should be careful when using this option.

- Hi-Score, Date & Time, Quiz objects : the "display as background" property is now displayed so that you can change it.

- List View object : Limit of editable text in List View is now 1024 characters (this limit will be removed in a future build).

- Object Mover object : new object that allows you to move all objects above it at the same time.

- Movement controller object : Help button not working in properties of this object

- Movement extensions : new Help button in movement properties.

- New Drag & Drop movement made by Andrew Mather and finalized by Chris Branch.

- Java : various fixes, including a fix in the Array object, a fix in the focus of the application when you switch to a new frame, 1-pixel quickbackdrops not displayed, display problems in multi-line strings, controls not working in applets, key-pressed events losing their one-shot status after 10 minutes, etc.

- Java : new objects : List View (MMF2 Dev), Print, Cursor, Draw, Date & Time, Hi-Scores, Popup Menu, Tree Control, Double Precision calculator, FTP, Screen Capture, Window Control, Text Blitter, Advanced Direction, Advanced Path Movement, Wargame Map.

- Runtime : new command line switches :

- /MIS0 => turns off the Machine Independent Speed option
- /MIS1 => turns on the Machine Independent Speed option
- /NOK => ignore the Keep Screen Ratio option
- the screen depth passed through the /DIB option is no longer ignored in full screen mode

- Runtime : when using Pick object at random with a qualifier, it did not work if another condition was selecting/unselecting objects with the same qualifier.

- Runtime : Overlapping another object condition - when negated, an Is Overlapping condition implying two qualifiers was TRUE when two of the objects described by the two qualifiers (not all the objects) were colliding...

- Runtime : crash when you close an application from the task manager.

- Runtime : Goto node and Branch node actions used to crash when the current movement was not a path movement.

- Runtime : Save Frame Position was not working with timer-based movements.

- Runtime : reactions to collisions with obstacles in movements were slightly different in the build 248, due to a change in a routine shared between the ball movement and the others. The previous behavior has been restored.

- Runtime : Frame Has Been Loaded / Saved conditions didn't work with the Negate option.



Link to build 248



Edited by Yves (03/19/09 01:30 PM)

Top
#132637 - 03/12/09 05:25 PM Re: MMF2 Build #249 [Re: Yves]
Ross
Clickteam


Registered: 06/30/06
Posts: 701
Loc: Australia
mmf now just loads the splash screen, 'creating frame window' and then it closes itself.
_________________________
All my mmf stuff.

Top
#132647 - 03/12/09 05:41 PM Re: MMF2 Build #249 [Re: Ross]
Pixelthief


Registered: 09/15/06
Posts: 675
loaded fine for me.
Great work on the qualifiers, you two!

Top
#132684 - 03/12/09 07:14 PM Re: MMF2 Build #249 [Re: Pixelthief]
Alonso


Registered: 07/02/06
Posts: 417
Thanks for the build, guys. Made me very happy ^^
_________________________
http://www.hfalicia.com

Top
#132695 - 03/12/09 07:53 PM Re: MMF2 Build #249 [Re: Alonso]
Pkeod


Registered: 06/30/06
Posts: 1020
Testing now! I'll report any problems. Thank you, Clickteam!

Here's a picture of the new qualifiers:

http://img7.imageshack.us/img7/2255/newqualifiers.png

Choosing Stand alone mac application, and then building directly to the desktop doesn't work. It seems that the folder name you choose is used to create the "foldername.app" folder and its contents, but this didn't work building directly to the desktop.
_________________________
http://www.subsoap.com/

Top
#132705 - 03/12/09 08:13 PM Re: MMF2 Build #249 [Re: Yves]
Gustav


Registered: 07/01/06
Posts: 521
Loc: Weimar, Germany
Great update, thanks! smile

Can't wait to test Java for Mobile Devices. grin

Top
#132711 - 03/12/09 08:30 PM Re: MMF2 Build #249 [Re: Gustav]
Pkeod


Registered: 06/30/06
Posts: 1020
Tested Java for Mobile Devices on a Motorola KRZR, it installed and ran, but the display was white no matter what I did. Could someone link me to some information on how I should prepare an application to run? laugh
_________________________
http://www.subsoap.com/

Top
#132718 - 03/12/09 08:48 PM Re: MMF2 Build #249 [Re: Pkeod]
StephenL
Forum Moderator


Registered: 08/09/08
Posts: 2608
Loc: Montana
Ahhhh! It's out! laugh

This is awesome work, guys! I just fell in love with MMF2 all over again! grin

stephen1980
_________________________
Stephen Lanier
“Flash Extensions. Too many ideas, and not enough time to do them all right now!”
_____________________________
KlikFusion RoundTable Nivram's Examples

Top
#132719 - 03/12/09 08:49 PM Re: MMF2 Build #249 [Re: Pkeod]
Jeff
Clickteam


Registered: 06/28/06
Posts: 6373
Loc: Oregon
Did you happen to have mouse movement in your app?
I built a blackberry app with mouse movement and it just gave me the white screen. So I think it didn't like me having that in there smile
_________________________
Handy Links:
Tutorials for TGF & MMF
Looking for upgrade information?



Top
#132720 - 03/12/09 08:49 PM Re: MMF2 Build #249 [Re: Pkeod]
RobertRule


Registered: 07/02/08
Posts: 81
Loc: The U of K.
Originally Posted By: Pkeod
Testing now! I'll report any problems. Thank you, Clickteam!

Here's a picture of the new qualifiers:

http://img7.imageshack.us/img7/2255/newqualifiers.png


This makes me very, very happy.
_________________________
It'll all blow over...

Top
Page 1 of 24 1 2 3 ... 23 24 >


Site Links
Forum Index

Home Page
Online Store
Tutorials
Download Center
French Forum

Quick File Links
Multimedia Fusion 2
Updates - build 249
Standard Version
Developer Version

Extension Packs
Bonus Pack 1
Bonus Pack 2
z33z Extension Pack
LIJI Extension Pack

The Games Factory 2
Latest Update - build 249
Community Links
Fusion Wiki
MFA Repository
Klikdisc
The Daily Click
GameBuilder

GB Arcade
TDC Arcade
Madword

Extensions
Neatwares Extension List
Extension Updater

Lacewing & Moo Server
Klikfarm

Money from your games
Click Chat
9 People are chatting
Game Builder

Visit the GameBuilder Homepage

Recent Download

Puzzle Palette

Latest News