Interactions and Attribute

Hey everyone! :blush:

I have another question! :thinking:

My website contains a scrolling text, and I’d like to modify its content using attributes. :bulb:

I just don’t understand how to assign an attribute to the content field – or am I completely misunderstanding the whole purpose of attributes? :man_shrugging:

Here is my test project, if anyone can help me:
Testproject.bloc (62.3 KB)

Greetings,
Sven

I’ve not tried this. I’ll have a go and let you know why it doesn’t work.

Thank you very much. But I understood that with the meaning of the attributes, didn’t I? That would be great if it would work out that way. For example, I could then display an offer for Wednesdays and one for Saturdays in a running text without displaying several tickers, since I would only change the context via the attributes. I just don’t know how to pass the attribute to the context.

@sven - In your test project the interaction script is wrong. Enter “txtmittwoch” without the leading “#” in the script. Make 2 if-decisions with “is not” and “is” Wednesday to toggle visibility and set the visibility of both textfield to none by default.

1 Like