Player Control Jump Fix
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 Miscellaneous Stencyl Behaviors
Download NowName your own price
Luyren's Miscellaneous Stencyl Behaviors
A collection of special effects and platformer control behaviors made for Stencyl that work in any game genre!
Status | Released |
Category | Tool |
Author | Luyren |
Tags | Game Design, Stencyl |
More posts
- 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
- Memory Management FixSep 14, 2020
- Analog Controls SupportAug 14, 2020
- Combat Pack Compatibility Update #2Jul 28, 2020
- Combat Pack Compatibility UpdateJun 20, 2020
- Version 2 Bug FixMar 04, 2020
- Version 2 available now!Feb 19, 2020
Leave a comment
Log in with itch.io to leave a comment.