Tip: Debugging graphics problems in SCI

Lars Skovlund This tip will probably be most useful in the last phases of game development. If you put the following code in your game, you will be able to switch between the visual, priority and control maps at run-time. You can use it to debug problems with actors not appearing behind things when they should and other similar problems.

(local theMap = 1)


and in your handleEvent:
(if(Said('show'))
Show(= theMap (Print("Select the map to display:"
#button "Visual" 1
#button "Priority" 2
#button "Control" 4
#button "Cancel" theMap))))
Pikachu14 Ooooo like Quest for Glory 2! *takes it and leaves a ten dollar bill* Edit: Hey! Two stars!