You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Hi
I need to make parts of an image clicable to open another screen but I am struggling to create it? I laid down the picture I need clickable parts on and tried to put buttons over the clickable parts I want but the buttons doesn't want to go over the picture and also will not sit randomly on the picture it always goes to the top left corner or middle whatever you choose.
Please help
Thank you
Lindi
Ghica
unread,
Jul 21, 2018, 10:54:00 AM7/21/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Use a canvas component and a picture on that canvas. If you click on it, the event will tell you where the click was and you can react accordingly.
Cheers, Ghica.
TimAI2
unread,
Jul 21, 2018, 11:46:52 AM7/21/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Or you can put the image as the Screen background, or arrangement background, then you can overlay transparent buttons, and use labels to assist with placement
Abraham Getzler
unread,
Jul 21, 2018, 9:16:02 PM7/21/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
I need to make parts of an image clickable to open another screen
Beware - you only get 10 screens, so reuse what you have by swapping different images