Is there a way in Bright author to define buttons in a particular shape, such as a circle or silhouette? As far as I know, you can only define rectangular buttons by using the interactive possibilities in combination with images. I found out that there is a way to integrate html5 content (svg-based) so you can have buttons other than the rectangular shape.
Are there other options?
3 comments
-
Lyndon Brightauthor just does rectangular. But, if you are using the html widget for touch, then you can use anything that html supports in your html content.
-
Brandon If you're talking about just the button appearance you can use PNGs with transparency.
For the actual touch response area, my colleague is correct, BrightAuthor only supports rectangular areas.
If you need something in a different shape, old-school HTML image maps come to mind, but there's probably a more-modern equivalent.
-
kat Thank you for your answers. I will try to implement html5 content in order to get a button for a particular shape (other than rectangular). There is a way to proceed this via svg-graphics (exporting vector illustrations on layers from Adobe Illustrator CC). I will let you know if it worked out.