Hey I'm building a Chatbox with the Bottleneck plugin.
Problem is.. C2 is doing things UP -> DOWN on the event sheet...
*Event: On data Revived:
*Action: Text2; set text to Text1.text
*Action: Text3; set text to Text2.text
*Action: Text4; set text to Text3.text
*Action: Text5; set text to Text4.text
*Action: Text1; set text to Bottleneck.data
- __-' Text2 gets changed to Text1 and all the following Text become Text2 because they change after another...
I read on a manual page about this.. But I can't recall it...