Card flip help?

How would I make it so a card looks like it flips over?

1 Like

… with an animation??

1 Like

Animation would take a lot of time though…

1 Like

I would have to make every frame of the card flip

You could use the size behavior and have it ease to 0 X size, have an animation change, then have another ease to set the Y back to 100 so it looks like the card shrunk and then regrew, but it gives the effect that a thin object, such as a card, has been flipped over.

Or you could do the entire process with animations, make the animation shrink the object to a single line then grow back.

3 Likes

Well aside from using animation you can use code to create a “card flipping like effect”

Card flip

{"data":{"behavior":{"v":"2","nodes":[{"inputCount":1,"outputCount":0,"name":"Card Flip","behaviorType":"logic.NodeGroup","x":-810,"y":-96,"group":"","id":"51a8a6dd29c29746","isMenuItem":false},{"inputCount":3,"outputCount":3,"name":"Size","behaviorType":"logic.properties.Scale","x":-90,"y":-96,"group":"51a8a6dd29c29746","id":"519ee9bbf2779a44"},{"inputCount":2,"outputCount":2,"name":"Ease","behaviorType":"logic.logic.Ease","x":-270,"y":-96,"group":"51a8a6dd29c29746","id":"51a09416b6bd4c49","duration":20,"easing":"Linear"},{"inputCount":3,"outputCount":1,"name":"Number","behaviorType":"logic.logic.Value","x":-450,"y":0,"group":"51a8a6dd29c29746","id":"51a0a775bbe95546","startVal":0,"tag":"","roundMode":1},{"inputCount":3,"outputCount":1,"name":"Number","behaviorType":"logic.logic.Value","x":-450,"y":-96,"group":"51a8a6dd29c29746","id":"51a0a9aa7a484845","startVal":100,"tag":"","roundMode":1},{"inputCount":3,"outputCount":1,"name":"Number","behaviorType":"logic.logic.Value","x":-450,"y":192,"group":"51a8a6dd29c29746","id":"51a198ec645f9443","startVal":100,"tag":"","roundMode":1},{"inputCount":3,"outputCount":1,"name":"Number","behaviorType":"logic.logic.Value","x":-450,"y":96,"group":"51a8a6dd29c29746","id":"51a199f09a0b0e42","startVal":0,"roundMode":1},{"inputCount":2,"outputCount":2,"name":"Ease","behaviorType":"logic.logic.Ease","x":-270,"y":96,"group":"51a8a6dd29c29746","id":"51a1c567ea2c3e4f","duration":19,"easing":"Linear"},{"inputCount":3,"outputCount":2,"name":"Animation","behaviorType":"logic.properties.Animation","x":-90,"y":192,"group":"51a8a6dd29c29746","id":"51a3323bb7467d4e","animationName":"Back","loop":true,"priority":0,"lastFrameSticky":true},{"inputCount":2,"outputCount":2,"name":"Router","behaviorType":"logic.logic.Router","x":-270,"y":192,"group":"51a8a6dd29c29746","id":"51a44ef585bc7c42","loop":true,"routes":2,"mode":1},{"inputCount":3,"outputCount":1,"name":"Switch","behaviorType":"logic.logic.Switch","x":-630,"y":-96,"group":"51a8a6dd29c29746","id":"51a5271194109b46","_startVal":1,"dataType":2},{"inputCount":0,"outputCount":1,"name":"Bundle Input","behaviorType":"logic.NodeGroupInput","x":-810,"y":-96,"group":"51a8a6dd29c29746","id":"51a8d9af8c2ad342","portId":"51a8a6dd29c29746i0","tag":"Input","dataType":2}],"links":[{"input_id":"519ee9bbf2779a44i1","output_id":"51a09416b6bd4c49o0"},{"input_id":"51a199f09a0b0e42i1","output_id":"51a09416b6bd4c49o1"},{"input_id":"51a198ec645f9443i1","output_id":"51a09416b6bd4c49o1"},{"input_id":"51a09416b6bd4c49i1","output_id":"51a0a775bbe95546o0"},{"input_id":"51a09416b6bd4c49i0","output_id":"51a0a9aa7a484845o0"},{"input_id":"51a1c567ea2c3e4fi1","output_id":"51a198ec645f9443o0"},{"input_id":"51a44ef585bc7c42i0","output_id":"51a198ec645f9443o0"},{"input_id":"51a44ef585bc7c42i1","output_id":"51a198ec645f9443o0"},{"input_id":"51a1c567ea2c3e4fi0","output_id":"51a199f09a0b0e42o0"},{"input_id":"519ee9bbf2779a44i1","output_id":"51a1c567ea2c3e4fo0"},{"input_id":"51a5271194109b46i1","output_id":"51a1c567ea2c3e4fo1"},{"input_id":"51a3323bb7467d4ei1","output_id":"51a44ef585bc7c42o0"},{"input_id":"51a3323bb7467d4ei0","output_id":"51a44ef585bc7c42o1"},{"input_id":"51a5271194109b46i0","output_id":"51a5271194109b46o0"},{"input_id":"51a0a9aa7a484845i1","output_id":"51a5271194109b46o0"},{"input_id":"51a0a775bbe95546i1","output_id":"51a5271194109b46o0"},{"input_id":"51a5271194109b46i2","output_id":"51a8d9af8c2ad342o0"}]}}}

oh… yeah, what Maniac said.

3 Likes

Well, that explains it a lot better, lol.

3 Likes

Ok, thank you

2 Likes

animations

?

I did that for the fliping animation in Blandus (the size behavior into the ease)

1 Like