#✅ | can i make buttons curvy like a half circle

1 messages · Page 1 of 1 (latest)

atomic palm
#

?

ember notchBOT
# atomic palm ?

You can make a button look like a half circle by supplying a custom texture with transparency and matching the button’s hit area to where the picture actually exists.

  1. Right-click the button → Button Textures → set a normal/hover/inactive texture that already shows the curved shape with transparent corners (so the drawn area becomes the half circle).
  2. If the shape needs to resize without stretching the rounded edges, enable Nine-Slice and adjust the border values to keep the curves intact (see the Nine-Slicing & Tiling guide).
  3. Optionally, use a template button so multiple buttons share that curved design.

That way the button still behaves normally, but visually it shows as a half circle. 😊

atomic palm
#

hmm thanks but how can i tweak the button hitbox because now its kinda weird

ember notchBOT
# atomic palm hmm thanks but how can i tweak the button hitbox because now its kinda weird

FancyMenu buttons always keep a rectangular click area, even if the texture looks curved. You can’t change that hitbox directly (same as with rotation—you still click inside the original rectangle; see the Rotating Elements guide for the same limitation).
What you can do is resize the button so the visible half-circle matches the rectangle better, and leave the “missing” parts transparent in the texture. If you need the visible curve to sit inside a tighter box, add an extra invisible button/image that only covers the curved part and forward the action through scripts or variables.

atomic palm
#

hmm ok how do i add button scripts

ember notchBOT
# atomic palm hmm ok how do i add button scripts

To add a script to a button, right-click it and choose Edit Action Script. Then you can add actions (open screens, set variables, etc.) or control statements (IF/ELSE, WHILE) from the action script editor. Right-click the grey area inside the editor to add actions or statements, and use placeholders like $$value if you need dynamic data.

Need inspiration? Check the Action Scripts guide for the full list of actions, shortcuts, and tips. 😊

ember notchBOT
#
Thread Marked as Solved

This support thread has been automatically marked as solved because there were no new messages for at least 24 hours.

If you still need help, feel free to continue the conversation or create a new support thread.