Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rules that trigger "again" end afx transitions #110

Open
rolopogo opened this issue Oct 7, 2024 · 0 comments
Open

Rules that trigger "again" end afx transitions #110

rolopogo opened this issue Oct 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rolopogo
Copy link

rolopogo commented Oct 7, 2024

Describe the bug
Rules that trigger "again" end afx transitions

Reproduction Steps

  1. Moving object with a move afx:... effect
  2. A rule that calls "again"

What did you expect would happen?
Expect player to move smoothly, but player moves instantly.

OS & Browser version, desktop/mobile
Browser

Screenshots, example projects, other relevant issues, etc.
Repro save.

author rolopogo

level_select
run_rules_on_level_start
again_interval 0
animate_interval 0.25
verbose_logging


========
OBJECTS
========

player
green

background
black

=======
LEGEND
=======

. = background
p = player

=======
SOUNDS
=======

player move afx:slide

================
COLLISIONLAYERS
================

background
player

======
RULES
======

[moving player] -> again

==============
WINCONDITIONS
==============


=======
LEVELS
=======

section level
.....
.....
..p..
.....
.....```
@rolopogo rolopogo added the bug Something isn't working label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant