What’s new?

This new version allows you to control the priority of the process. You can change the priority in the Project-General Settings. If you select High, the application you create will steal more CPU for itself from other windows application, making the transitions and FX running smoother. This is great for presentation type of applications where you don't expect user to be often switching between applications. The Normal settings is good for most of the application (it is the default setting) and the Low priority setting can be used for special (background) application which shouldn't use much CPU (launch bars etc..)

In 4.6 you can use B/W mask for Video Masking. With the Mask, video doesn't have to play in rectangular square anymore and it can have any shape you want.

You need to prepare an image mask with size of the video. The video will be played through this mask where the black pixels will be video and white transparent. The mask could have any shape or image (for example black text on white background). You can load the mask in the Video Properties. (Two buttons were added - Load and Clear Mask) You can create a very interesting effects because finally you don't have to be stuck with the boring rectangular video found in many authoring tools...

In the Check and Distribute a Secure layer option was added. This will process the mbd data in such way that no Text or Script would be visible if you look at it in the Hex editor. Also the file can't be loaded back to the designer (no password will help!) so it can only be played. However, note that the loading of file with Secure layer would need more time and memory that without this layer so you should use it only on necessary files. The same option was added to Compress and Export to easy create mbd files which can't be viewed in Hex editors and loaded in designer.

Fixes in 4.6

MMB 4.5

MMB 4.4

MMB 4.3

MMB 4.2

MMB 4.1

MMB 4.0

MMB 3.3

Animated Gif
New object - animated gif was added. It has its own properties which allows you to control the gif transparency, background color, speed, auto play, loop..
For sample see Ronnie's demo agif.mbd on the users gallery or the included simple animation.mbd.

Embedded Wave
Yes you can embedded wave into mbd file. Use it for small click sounds and you will be happy.

Script Object - Keyboard Shortcuts
New Object was added. This object can be used for your global functions or any functions. It has also feature to run that script if user press some keyboard shortcut. See example keys.mbd

Full Screen Background
This will cover all windows with solid fill, image, tiled image or stretched image.
Great for kiosks. See examples: kiosk.mbd and fullback.mbd

MIDI
The script now has MidiPlay and MidiStop commands

Size
If you compile the stand alone file you will see it is arround 300 kB smaller than in version 2.0. This allows you to put the file on the old floppy disk, so you can distribute your presentation on that medium.

For -next loop
Added to the script. The syntax is typical Basic syntax:

for a=1 to 5
...
next a

Password
Now you can protect your mbd files from editing by putting password. Go to menu File- Compress & Export and there is a place to put the password. You cannot protect the files you are saving with Save or Save As commands, you can protect only files you are exporting.

Other
Move 10 pixels
- If you use Keyboard Arrows, the object will move 1 pixel, but if you use CTRL+arrow the object will move 10 pixels.

Interaction with other objects - the "Moving Mouse over the object" has more actions in the combo-box: Show only, Hide only and Run script. The first is great if you want to show Animated gif if mouse is over some object - the animated gif can hide itself after last frame (See Animated Gif properties). With the other commands you can do some other magic on mouse move.

CBK_MP3EOF - The script object with this name will run when MP3 song reach its end... for more see sample mp3list.mbd in the package.