dzvancuks / MySuperSideScroller

Learning UnrealEngine: side scroller game
https://drive.google.com/file/d/0B_VXxfcgYrOtZXJqXzQtUXdsSnM/view
MIT License
0 stars 0 forks source link

Suicide enemy should reset laugh after some time #25

Open dzvancuks opened 7 years ago

dzvancuks commented 7 years ago

Suicide enemy should reset laugh after some time.

  1. Trigger SE. Hear him laughing.
  2. Jump over and hide.
  3. Wait a while.
  4. Reappear in front of him.

Actual result: SE just continues running. Expected: Let him laugh again.

I'd recoment doing it either by timeout or/and after main character reappears in visible range.