top of page

TESTING

Elevator Construction Script

ElevatorCode.png

This is the code used for the elevator that leads from the hotel lobby up to the penthouse of the level. The expected outcome of this script is for the Elevator in the level to go up and down.

Result:

Does it work?

Yes, it works near enough perfectly. However, it moves forward very slightly, which luckily isn't much of a problem so it can stay like that.

Door Construction Script

DoorCode.png

This is the code used for the double doors of the hotel building of the level. The expected outcome of this script is for both of the double doors to open and close.

Result:

Does it work?

Yes, but when I try to make both doors open and close, only the right door opens on the correct axis, so I decided to make only the right door open while the left door stays closed. However, this is good enough as a result because the player can at least go through the door

Menu construction script

Menucode.png

This is the code used for the main menu and select save slot screen of the level. The expected outcome of this script is that the menu screen will appear when the player starts the level, and clicking on the "Continue game" will put the player in the actual Chinatown level, while clicking the "Load game" button will take the player to a screen where they can select what save slot they want to use.

Result:

Does it work?

Yes, it works pretty much flawlessly. The only problem that I have is that the options and credits buttons are obsolete since I didn't have time to make a widget blueprint for those screens.

@2022 HYTH Studio.

bottom of page