- программа с необходимой для работы папкой Player
- новые примеры (3 шт.)
- MMB PlugIn SDK
Всё остальное, входящее в Final версию, в дистрибутив не включено.
Вместо привычных двух десятков мегабайт с хвостом новый инсталлятор весит всего 2,88 МБ!
ADDITIONS:
- Added fully featured and configurable Message box! The function is called MessageEx.
- Message and MessageEx now uses WinXP visual styles. Sorry, no support for the rest MMB objects yet
- Added SetObjectParam("object","parameters") for setting common aspects of some basic MMB objects.
- Added FontPicker() function, which will open the standard Font dialog (similar to ColorPicker). - In this dialog you can set the various font parameters and the result is a CBK_FONT containing all font parameters in a string array.
...
- Added tooltips and ability to change the default cursor on some next objects (Bitmap, Polygon objects, Matrix, Text and Text Edit).
- Added the ability to change the color of HTML status bar and progress bar (designer).
- Added the option to run just one instance designer/compiled application.
- Added a button to delete all guide lines (menu Edit>>> Edit Guides).
- Added buttons and shortcuts to Page Manager for inserting (INS) and deletion (DEL) the publication pages.
- Added the ability to change the colors of AudioVisualization object - Equalizer (both from designer and script).
- Added a Minimize button to the standard project window.
- Added the ability to completely disable the Flash right click menu.
...
- Fully customizable interface.
The new verion of 4.8 MMB designer GUI is changed to the latest trends with full toolbars, menu, and keyboard customization. Now you can customize the designer anyway you like.
You can practicaly customize any important aspect of the designer interface, including:
- Drag and drop buttons between toolbars and menus
- User-defined image editing of buttons (simple bitmap editor is included!)
- Ability to create a new, empty toolbar that you can add buttons and menus to
- Context menu customization
- "Alt+drag" customization
- Keyboard shortcut key assignments customization to any command
...
- OBJECTX( Object label) and OBJECTY( Object label) functions added in the script.
These functions return the current position (left, top corner) of the object specified by the label.
Example x= OBJECTX(Text1)
- ISVISIBLE( Object label) function was added
This returns
-1 if object doesn't exist on the page,
0 if object is hiden
1 if object is visible
- OpenFile$ variable was added. This variable will have the path after using OpenFile script command.
- VolumeUp can now take a parameter - the volume from 0-100
Example: VolumeUp("50") will set volume to half
- ReplaceImage can load BMP beside the JPG
...