Adventure Creator Tips and Tricks

On looking at a recent download, I realized that some people might not know about some of the features I take for granted in AC. I thought I'd start a thread where we can share some tips and tricks for making games with Adventure Creator.
Game View
This is the most important tip I can think of. If you're not using game view, you're missing a ton. Start it with Edit->Show Game View. This brings up a second window with all of your pages in a list. Click on the page name (in bold) to open that page. Start typing the page name to scroll to that page. Use Edit->Scroll Game View to scroll the Game View to the currently open page.
Spell Check
Edit->Dump Game Text sends just the titles to a text file. I then open that text file in Word and look for red squiggles. Of course, you have to fix the mistakes in AC. Changing the text in Word doesn't help. But at least it'll tell you what you misspelled.
Find Broken Links
Under the Edit menu there are two settings. "Check Links in Game View" and "Treat Self Links as Broken." When these are on they have a checkmark. If they're not on, select them. The first will put red text in Game View for any html link that points at a page that doesn't exist. Good for catching typos in your links. The second puts red text if you have a page link to itself, since you rarely want to do that.
Image Border
In Meeting Keeley, if there's a hit target on the picture, the image has a yellow boarder. This lets players know when to go searching the image for things to click on. If you want your game to act this way, set a checkmark on "Edit->Automatically Add an Image Border."
Test This Page
To open the current page in a web browser, select File->Browse HTML.
Create a new page just like the current one
I never use File->New. I always just change the name in the File: textbox and hit save.
Change the font size
It's possible to change AC's font size, but because I coded myself into a corner (AC has grown pretty organically from something simple to a fairly complex code base), it's not at all clear how to do it. If you want to know how, let me know.
That should be enough to get started. Anyone else have any tricks they'd like to share? Or, do you have questions about what anything in AC does? Ask away.
Tlaero
Game View
This is the most important tip I can think of. If you're not using game view, you're missing a ton. Start it with Edit->Show Game View. This brings up a second window with all of your pages in a list. Click on the page name (in bold) to open that page. Start typing the page name to scroll to that page. Use Edit->Scroll Game View to scroll the Game View to the currently open page.
Spell Check
Edit->Dump Game Text sends just the titles to a text file. I then open that text file in Word and look for red squiggles. Of course, you have to fix the mistakes in AC. Changing the text in Word doesn't help. But at least it'll tell you what you misspelled.
Find Broken Links
Under the Edit menu there are two settings. "Check Links in Game View" and "Treat Self Links as Broken." When these are on they have a checkmark. If they're not on, select them. The first will put red text in Game View for any html link that points at a page that doesn't exist. Good for catching typos in your links. The second puts red text if you have a page link to itself, since you rarely want to do that.
Image Border
In Meeting Keeley, if there's a hit target on the picture, the image has a yellow boarder. This lets players know when to go searching the image for things to click on. If you want your game to act this way, set a checkmark on "Edit->Automatically Add an Image Border."
Test This Page
To open the current page in a web browser, select File->Browse HTML.
Create a new page just like the current one
I never use File->New. I always just change the name in the File: textbox and hit save.
Change the font size
It's possible to change AC's font size, but because I coded myself into a corner (AC has grown pretty organically from something simple to a fairly complex code base), it's not at all clear how to do it. If you want to know how, let me know.
That should be enough to get started. Anyone else have any tricks they'd like to share? Or, do you have questions about what anything in AC does? Ask away.
Tlaero