
Helicopter Sequence
Setup and Activation
A box trigger is placed on a train to detect when the player overlaps it.
Overlap logic triggers a helicopter sequence, animated with Unreal Engine’s sequencer.
A boolean check ensures the sequence plays only once, keeping the event unique and impactful.
Cinematic and Gameplay Features
The helicopter drops off two enemies after a short delay, seamlessly transitioning from cinematic visuals to active gameplay.
Following the drop-off, the helicopter loops around the map, adding dynamic environmental movement and maintaining immersion.
Enemy spawns are timed to challenge the player while keeping the pacing balanced.
This setup integrates scripted cinematics and gameplay mechanics to create a polished, single-use encounter that enhances player engagement.
This sequence was an opportunity to experiment with integrating scripted cinematics and gameplay mechanics in a cohesive way. The setup begins with a box trigger placed on a moving train, designed to detect when the player overlaps it. Once triggered, the logic activates a helicopter sequence animated using Unreal Engine's sequencer. To maintain the sequence’s impact, a boolean check ensures it only plays once, emphasizing its uniqueness as a memorable encounter.
The cinematic transitions seamlessly into gameplay, with the helicopter dropping off two enemies after a short delay. This moment bridges cinematic visuals with active player engagement, maintaining immersion while increasing the challenge. To add further dynamism, the helicopter loops around the map after the drop-off, creating a sense of movement in the environment and keeping the action visually engaging.
Timing enemy spawns was a key focus to ensure the pacing felt balanced and the challenge remained fair. By combining cinematic elements with gameplay mechanics, this sequence provided a chance to explore how scripted events can enhance the player's experience while maintaining a strong connection to gameplay flow. This project reflects an ongoing effort to refine these techniques and learn how to create encounters that feel polished and impactful.