How to have multiple message bubbles in the Simple Messages
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
How to have multiple message bubbles in the Simple Messages
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
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#####
########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#####
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w