Test Message Demo HELP
-
I've been at it all day trying to create a text messaging type project. In the following project I want to use a text input box to create new text messages that scroll up with the text box. Switching the two spawn be saviors doesn't makes either the text or box scroll up (not both). Although I am at a point where I can spawn new message labels. What am I doing wrong?
Check out my app before it hits the App Store: http://bit.ly/2vJQE13
-
I've checked it, can't fully describe the problem but I think tag connections are working only with the spawned label due to hyperPad tag logic, 2 connected behaviors with 1 tag may work with personal object in different situations. So I changed your system a bit (sorry) by using message behaviors, and now it's working. Just simply broadcast messages so each text bubble and label object receives it and moves up. I hope that was the problem you wanted to be solved?
-
@Andrey-Ghost Hi. Could you send the project to thetutorialdoctor@gmail.com?
I'd like to see how it is set up more clearly. Thank you.
-
@TutorialDoctor just curious, what are you using for the server?
-
@Andrey-Ghost THANKS! I'm going to study how this works.
-
@TutorialDoctor Project sent. Hope it gonna help you :smiley:
-
@iTap-Development Not using a server. This is for a game idea I had. Feel free to use it for an actually messaging system if you want to.
-
@Andrey-Ghost Wow! Perfect! I removed the excess behaviors from the text bubble and plus button and it seems all that is needed was
a receive message behavior in the label and bubble and a broadcast behavior in the plus button!Thanks again!
-
@TutorialDoctor Glad I could help :smile: