Aug 24, 2020, 03:22 PM | |
player.morphTo(CHAR::FROG, false); still plays morph animation
If you, for instance, create the following script for a level:
Code:
void onPlayer(jjPLAYER@ player) { if (player.charCurr != CHAR::FROG) { player.morphTo(CHAR::FROG, false); } } |
Aug 31, 2020, 02:15 PM | |
The current behavior is not technically incorrect, in that the flag only disables the effect that makes a bunch of glowing explosions appear around you when you morph, and that effect never happens when you morph into a frog anyway. But since there's no way to disable the extended frog morphing animation, I agree with you that the otherwise-unused flag should extend to that too.
|
Mar 22, 2021, 12:41 PM | |
Fix will be available in 5.8.
|
![]() |
«
Previous Thread
|
Next Thread
»
Thread Tools | |
|
|