I'm doing the tutorials on "learning with stencyl book 3.x" however the editor miss how to add the sound when the "statue actor" hit a tile. On this tutorial, the "statue actor" move from top to bottom, but when the actor hit those tiles I a get too many hits, obviously when a add a sound to the game just crash, because it detect too many hit at once.
I test two codes, however the boolean one just play the event only the first time, but the "stone actor" doesn't hit just one, hit like 3 to 4 times or more as end user.
I would like to the detected this instead the simple code I use which show me like 200 time the same print on log viewer.
Please find attached some screen shoots,
Note the red point are a representation when the "stone actor hit"
Hope make sense!