Hello, I am currently making my fist steps in the AGS and went through the Default Tutorial in the Help File. I created a Room, Hotspots, walkable ares and inventory items, guided by the Doc.
Unfortunately, now I am stuck at the following paragraph:
Is the Tutorial outdated here (if yes, can you hint me at a more up to date one?) or am I doing something wrong?
Thank you in advance
Unfortunately, now I am stuck at the following paragraph:
Quote"Finally, let's just quickly go over the available properties for the room itself (available when in Nothing mode):When I select "Show this room's:" "Nothing", I cannot find PlayMusicOnRoomLoad and SaveLoadEnabled in the properties field of the Room. The only things I can see, are: BottomEdgeY, LeftEdgeX, RightEdgeX, TopEdgeY, Description, FileName, Numer, StateSaving, Messages, Properties, BackgroundAnimationDelay, LegacyMusicVolumeAdjustment, PlayerCharacterview, ShowPlayerCharacter, ColorDepth, Height, Resolution, Width.
PlayMusicOnRoomLoad - you can type a music number in the box and that background music will start playing when the player enters the room. For more about music and sound, see later in the manual.
SaveLoadEnabled - if disabled, then if the player tries to save or load the game while in this room, a message ("Sorry, not now") is displayed instead. .
ShowPlayerCharacter - if checked, the player character will not be visible in this room, and the Walk mode will be disabled. Useful for close-up displays of control panels and so forth.
PlayerCharacterView - you can type a number in here to override the player character's graphic for this room. For example, if you have an overhead map screen, you will probably want a different image of the character from an overhead perspective.
MusicVolumeAdjustment - this allows you to modify the background music volume for this screen. "
Is the Tutorial outdated here (if yes, can you hint me at a more up to date one?) or am I doing something wrong?
Thank you in advance