Hi there,
after a few hours of work I’ve come up with a whole new solution to ActionMaster.cs.
I’ve tried my own solution because I don’t understand this modulo division (I’ve even read about it but it won’t diffuse into my brain), so I’ve wanted to create a solution that doesn’t use this operator (mostly because it is easier for me).
My solution has more lines of code (mostly because of readable issues) but working on it and then watching the next chapters of the course, I’ve realised that I didn’t really have any of the bugs reported from the users (and yes I’ve tested them all and they passed right away).
So, feel free to try / test my solution and have a nice day.
P.S.: Btw instead of using the word “frame”, I used the word “round” because it confused me everytime with the frame of the Frame Per Second…