Movable Attribute...
Forte
Member, PRO Posts: 297
Hi everyone,
I have a pause button, and actors, when the pause button is pressed the attribute "Movable" is changed to false. They accelerate upwards, then when the pause button is pressed, (keep note there is no other rule happening except for gravity) they don't stop. They just keep falling.
Why? I have tried making new attributes but still nothing.
Help anyone?
I have a pause button, and actors, when the pause button is pressed the attribute "Movable" is changed to false. They accelerate upwards, then when the pause button is pressed, (keep note there is no other rule happening except for gravity) they don't stop. They just keep falling.
Why? I have tried making new attributes but still nothing.
Help anyone?
Comments
Hope that helps
Keith :-)
Regards
Keith
rule if pause is true
constrain self x to self x
" self Y to self Y
It still falls, I don't think im doing it right...