Adventure Game Studio

Community => General Discussion => Topic started by: Adventurer 007 on Fri 26/12/2014 13:45:32

Title: AGS 3.3.2.0 Editor - Demo Game 3-1: Bug: Room 14 Crack in Wall
Post by: Adventurer 007 on Fri 26/12/2014 13:45:32
If you look at the crack in the wall it breaks the game and crashes out the program. When you click on the small white pixels around the door frame.
Adding the following code to the room 14: Crack in the Wall, fixes this.

#sectionstart hotspot0_a
function hotspot0_a() {
  Display("You have found a bug in the demo.");
  Display("Congratulations!");
}
#sectionend hotspot0_a


Was this fixed? and just not worth updating the download? I didn't know where to put this post as there didn't seem a good place for it if this is already been discussed.

-Adventurer 007