Difference between revisions of "Block Designer"

From The Game-Maker Archive
Jump to navigationJump to search
Line 18: Line 18:
  
 
* There is no UNDO feature, so be careful to save your block set regularly -- and possibly under several file names.  
 
* There is no UNDO feature, so be careful to save your block set regularly -- and possibly under several file names.  
 +
* Block animation works on an absolute timer rather than a relative one, meaning that the moment a level begins the clock begins to tick. If a block is set to permanently change to another after 10 ticks, then all instances of that block will change 10 ticks after the level begins, regardless of whether a given instance was visible at the time.
  
 
[[Category: Formats and Tools]]
 
[[Category: Formats and Tools]]
 
[[Category: First-party tools]]
 
[[Category: First-party tools]]
 
[[Category: Recreational Software Designs]]
 
[[Category: Recreational Software Designs]]

Revision as of 05:57, 29 November 2011

Block Designer
Blockdesign.png

Release type: Retail (Game-Maker suite)
Release date: 1991 (original release)
Author: Recreational Software Designs
Related tools: Palette Designer, Character Maker, Monster Maker, Map Maker, Integrator, Xferplay

Produces and edits .BBL, .CBL, and .MBL format files. Programmed by Gregory Stone.

Version history

1991 - Version 3.00

The subscreen in Block Designer.

Tips

  • There is no UNDO feature, so be careful to save your block set regularly -- and possibly under several file names.
  • Block animation works on an absolute timer rather than a relative one, meaning that the moment a level begins the clock begins to tick. If a block is set to permanently change to another after 10 ticks, then all instances of that block will change 10 ticks after the level begins, regardless of whether a given instance was visible at the time.