Page 1 of 1

How to have multiple message bubbles in the Simple Messages

Posted: Tue Apr 19, 2016 6:59 am
by Max4swift
Hello, I made the the "Simple Messages" app from the tutorial on the LiveCode website. But can you please tell me that how can i have multiple Message bubbles in that app? Like you do in whatsApp or any other messenger??? Please tell and sorry for my english

Re: How to have multiple message bubbles in the Simple Messa

Posted: Thu Apr 21, 2016 3:59 pm
by MaxV
For example, you can write something like it:
########CODE#######
clone image "MessageBlue"
set the name of last image to "MessageBlue2"
set the top of image "MessageBlue2" the bottom of image "MessageBlue"
clone field "DisplayMessage"
set the name of last field to "DisplayMessage2"
set the top of field "DisplayMessage2" the top of image "MessageBlue"
#####END OF CODE#####