I have a morph where I upgrade a building into a different one which is symbolised with the scale of it.
I want to make it so that each one will visually expand into the next using scales, however when I cancel it refuses to stop the scale and even though I have an event to revert the scale of which it ignores.
So I have a morph that when cancelled will still scale but it shouldn't.
AbliMorph.*.Start
Set Scale 1.2 5
Note the 5 will be the same length as the build time whatever that is.
AbliMorph.*.Cancel
set scale 1 0.5
I've also tried
Set absolute scale and clear scale.
Clear scale seems to give this error "Cannot clear a prop created and used internally by the system"
I have a morph where I upgrade a building into a different one which is symbolised with the scale of it.
I want to make it so that each one will visually expand into the next using scales, however when I cancel it refuses to stop the scale and even though I have an event to revert the scale of which it ignores.
So I have a morph that when cancelled will still scale but it shouldn't.
AbliMorph.*.Start Set Scale 1.2 5
Note the 5 will be the same length as the build time whatever that is.
AbliMorph.*.Cancel set scale 1 0.5
I've also tried
Set absolute scale and clear scale.
Clear scale seems to give this error "Cannot clear a prop created and used internally by the system"
Anyone have any advice?