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 have madean applicationmadebytheinventor apptocontroldevicesat home with theuse ofarduinoviabluetooth.EverythingWorks great,just wantbetween thebuttons to putimages thatwillshowme thatwhenI press thebuttton onto light upthe yellowlamp(image2)which is located inside thelamp(image1).AndwhenI press thebutton off i want the appearence of image1 which shows that lights is off!To be specific,when i push the button on i want the image2 to appear and when i push the button off i want the image1 to appear!
Taifun
unread,
Jun 20, 2016, 2:13:29 PM6/20/16
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
when i push the button on i want the image2 to appear and when i push the button off i want the image1 to appear!
use only one image component and set the image.source to image1.jpg or image2.jpg using an if statement
A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
You will not find a tutorial, which does exactly what you are looking for. But doing the tutorials (not only reading a little bit) help you to understand, how things are working. This is important and this is the first step to do.