puzzlescript icon indicating copy to clipboard operation
puzzlescript copied to clipboard

support more sound effects

Open philschatz opened this issue 7 years ago • 0 comments

Currently, the only sound effects that are played are ones that are triggered by SFX## commands in a rule.

To fully support all the games requires playing sound effects when any of the following occur:

  • a sprite is CREATE, DESTROY, CANTMOVE
  • a sprite is moved
  • RESTART, UNDO, TITLESCREEN, STARTGAME, STARTLEVEL, ENDLEVEL, ENDGAME, SHOWMESSAGE, CLOSEMESSAGE

philschatz avatar Oct 01 '18 20:10 philschatz