i understood that i need to put a variable boolean in my character.
but i did not understand
-- boolean is set
and
-- x(invert) boolean is set
where do i find this? and all this part it's in just one event?
first event:
Space is pressed
character is falling
toggle boolean
-- boolean is set
set maxfallspeed to 100
set animation "umbrella"
-- x(invert) boolean is set
set maxfallspeed to 500
set animation "fall"
second event:
character is on floor
-> set boolean false
and what is the meaning of these symbols? -- and > ?