
And it works perfectly untill I enter the Options' hotspot thing, and then it turns to this:

:C Here's my code incase I typed something in wrong:
Code: Select all
imagemap:
ground "main menu.png"
hover "main menu hover.png"
hotspot (496,247,282,39) action Start()
hotspot (533,291,199,34) action ShowMenu("load")
hotspot (155,376,481,45) action ShowMenu("preferences")
hotspot (155,430,481,45) action Help()
hotspot (249,487,293,45) action Quit(confirm=False)
