Player Control Jump Fix
Luyren's Cutscene Resource Pack » Devlog
Small update:
The Player Control behavior has been update with a small fix. Previously, whenever the actor jumped, the code to stop the jump short would constantly execute as soon as you released the jump key. This could create conflict with your own code if you made some sort of upward movement after the actor already jumped. This fix prevents this issue.
You'll need to redownload the pack, remove the old one from your game and reimport the new version. If you don't want to remove the old pack from your game, the following image shows instructions on how to perform the update yourself:
- Create a hidden boolean attribute called "Stop Jump Complete";
- In the Updating event, set that boolean to "false" near the top of the event. It's in the "Otherwise" of the "If not On Ground" check.
- In the Updating event, on the if check for the "StopJump" trigger, add the "Not Stop Jump Complete" check.
- In the "StopJump" custom event, update it according to the image.
And that is the update. Happy Stencyling!
Get Luyren's Cutscene Resource Pack
Download NowName your own price
Luyren's Cutscene Resource Pack
Create scripts for your Stencyl game, from NPCs to enemy patterns! Includes dialog and in-game control config!
Status | Released |
Category | Tool |
Author | Luyren |
Tags | Game Design, Stencyl |
More posts
- Bug Fixes and Price Change68 days ago
- Update for Stencyl 4.1.1Apr 03, 2024
- Chain Irregular Semi-Solids and Bug FixesMay 10, 2021
- Actor Aura and After Image UpdateMar 19, 2021
- New Set Value OptionsOct 05, 2020
- Memory Management FixSep 14, 2020
- Analog Controls SupportAug 14, 2020
- Combat Pack Compatibility Update #2Jul 28, 2020
- Combat Pack Compatibility and New BehaviorJun 20, 2020
Leave a comment
Log in with itch.io to leave a comment.