home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 1999 #1 / K_CD_1_99.ISO / MBuilder / whatsnew.txt < prev   
Text File  |  1998-10-29  |  5KB  |  118 lines

  1. MMB Version 3.1
  2. New:
  3. -Print Text Function
  4. -Page Import/Export
  5. -Bitmap Button has new option 'Auto-Button'
  6.  This allows you to create bitmap button only from one Image. The
  7.  button will have look and feel like Text Button but with a bitmap.
  8. -Video Object has the option to load MPEG, VideoDisc or MOV -
  9.  using MCI - this saves some writing in script for MCI.
  10. -OctaMed sound support (*.med). Thsi is the first from upomming mod
  11.  formats.
  12. -OpenFile command and internal <File> added. This allows you to pop-up Open File dialog
  13.  For Example: OpenFile("MPEG files |*.mpg||","*.mpg")
  14.  Then you can use the <File> (the same way like you were using <SrcDir>). So for example for MCI you can use:
  15.  MCICommand("play <File>")
  16. -VolumeUp and VolumeDown commands were added
  17. -Custom Shape window: The B/W Mask option was added allowing you to create any shape even with holes
  18. -The candy See Through was added. This will turn the background of
  19.  project transparent and then you can cast shadow on desktop or
  20.  make fully semitransparent window. However it has some limitation.
  21. -Cover Windows taks bar in Full Screen background option.
  22.  
  23. Fix:
  24. -The final fix for the 32 bit 1 pixel shift on 32 bit adapters
  25. -Nasty bug crashing applications containing few mbd project
  26. -<SrcDir>,<CD>, <File> for second parameter in Run command or Run program action.
  27. -Random Generator each time you start app will have different seed.
  28. -In ScriptTimer and ExitTimer you can use variable instead of time
  29. -Return Key close the project
  30. -Esc or Return stops the video
  31.  
  32. 01/Oct/98
  33. MMB Version 3.0
  34. - Animated gif support
  35. - embedded wave
  36. - midi
  37. - smaller players
  38. - Script Object
  39. - new script functions
  40. - MCI command - allows you to play MPEG, Video Disc, DVD...
  41. - Full Screen Background
  42. - Stretched image on background
  43. - Kiosk mode - disable Alt-Tab, Ctrl-Alt-Del...
  44. - Keyboard shortcuts in MMB
  45. - for - next loop
  46. - script timer function
  47. - many other improvements
  48.  
  49. 15/Sept/98
  50. MMB version 2.02
  51. - Copy-paste of nested groups bug fixed
  52. - Check for lost objects added in Page menu - related to the Copy-paste bug
  53.  
  54. 14/Sept/98
  55. MMB version 2.01
  56. - RunMBD command fixed
  57. - Name Arrays (Example: Image[a] will be translated into Image1 if a=1 - this can save an if - end commands)
  58.  
  59. 01/Sep/98
  60. MMB MP3 version 2.0
  61.  
  62. - Full MP3 Support
  63. - Script language
  64. - Global Variables 
  65. - New cool effects
  66. - Always on the top option
  67. - In Place testing
  68. - Better Object list
  69.  
  70. 05/AUG/98
  71. MMB 1.3
  72.  
  73. New Object - Paragraph Text
  74. Paragraph text with word wrap and scroll bar. 
  75.  
  76. Master page and Master Top Layer
  77. This is very important feature if you have project with many pages.
  78. You donÆt want to copy all the common objects to all pages, do you?
  79. Instead of this you can put the common objects to the Master Page or Master Top Layer.
  80.  
  81. What is the difference?
  82.  
  83. Master Page -  will appear as a bottom layer on each page. 
  84. The objects on the page will appear all the time on the top of the objects from Master Page.
  85. This is great to put your artwork here. Sure you can put also interactive objects here, but you must be sure other objects on pages will not cover them.
  86.  
  87. Master Top Layer - will appear as a top layer on each page. The objects on the page will be behind the Master Top Layer objects.
  88. This is great for active objects like menus, buttons, windows, etc...
  89.  
  90.  
  91. CD Audio or Mixed-Mode CD support.
  92. This is for those who wish to write their own CD-ROM and have access to a recordable CD drive.
  93. In ver 1.3 each page can play different audio track from the CD.
  94. Great for the Mixed-mode custom CD - on track 1 you have your programs, mmb player and data and on other
  95. track you can put audio songs.
  96.  
  97. Objects can play Tracks from CD Audio
  98. In the Sounds Actions you can write into the On Click box commands for CD Audio:
  99. CD:2 - will play second track
  100. CD:STOP - Stop Playing
  101. CD:PLAY    - Play 
  102. CD:PAUSE - Pause    
  103. CD:FW - play next song
  104. CD:BW - play prev. song
  105. CD:PLP - Play/Pause
  106.  
  107. You can easy create simple CD player now. (see CDAudio.mbd sample)
  108.  
  109. Selection preview.
  110. If you are interested how the objects you selected look like - the Selection view is for you.
  111. To open/close selection view click on long button on the bottom part of Object List.
  112. In the preview you can see hidden objects, groups and much more.
  113. If you have heavy graphics and you think it is slowing down the designer - switch the preview off!
  114. (It goes into the groups etc... so it may slow down the designer a bit.)
  115.  
  116. Stand Alone compiler is now part of the designer.
  117.  
  118. In the Exteral Comands and page actions - The "Minimize" item was added.