Hello Thunkable Community,
I hope you’re all doing well! I’m working on a project in Thunkable (as of March 2025) to implement a tarot card app with upright/reversed card functionality, and I’m struggling to find a way to rotate images randomly (0° for upright, 180° for reversed). Here’s my situation:
- In my environment, the set “ImageX” ‘s “X” to block has a dropdown for X (e.g., Picture, Height, Width, Visible, etc.), but “Rotation” isn’t an option.
- I’ve found a standalone Text block (horizontal connection only) where I can input “Rotation,” but it doesn’t connect to the X dropdown. It only fits in the to slot, which doesn’t help set the rotation property.
- I have access to blocks like random integer from 1 to 100, true/false (horizontal connection), and basic logic blocks (and, or), but there’s no if block for conditional logic.
My goal is to randomly rotate Image1, Image2, and Image3 to either 0° or 180° when a button is clicked. Without a direct Rotation option, I’m considering alternatives like using separate upright and reversed images (e.g., fool.png and fool_reversed.png), but I’d prefer a rotation solution if possible.
Could anyone suggest:
- If there’s a hidden or updated block for Rotation in 2025 that I might have missed?
- A combination of existing blocks (e.g., Text, random integer, etc.) to achieve image rotation?
- Any creative workarounds to simulate rotation without needing extra image assets?
I’d really appreciate any advice, block combinations, or examples you could share. Thank you so much for your time and help!
Best regards,
[nana-japan]