Slow down all the actors, like a freeze
zimbatapps
Member, PRO Posts: 1
I wanted to create an actor that, when hit, slows down all the other actors except one.
this can be made by defining the speed of all the other actors with an atttribute and than change it.
is it possible to make it in a shorter and easier way?
Comments
It should be pretty quick and easy to do it the way you described, just make a single global (game level) attribute that defines the speed, so you can control the speed of all the actors with it.
the problem is that are present many types of actors, so i should change all their properties to fit that method, that's why i was asking help
Yes you need to alter the individual actors.