Hey everyone, I am making a tease where it would be great to show a tally of the score to whoever was playing the tease. I have seen a couple of teases where there would be a kind of "scoreboard" on the side of the screen and was wondering how one would do that.
Thank you!
Having a scoreboard in a EOS tease.
-
- Curious Newbie
- Posts: 1
- Joined: Tue Mar 26, 2024 7:53 pm
- Drool
- Experimentor
- Posts: 1517
- Joined: Sat Nov 28, 2015 2:24 pm
- Gender: Male
- Sexual Orientation: Open to new ideas!
- I am a: Switch
Re: Having a scoreboard in a EOS tease.
Hi,
this can be done with notifications.
- First you have to activate the module 'notifications' under OPTIONS (the cogwheel symbol in the eos editor)
- then you have 2 new actions: Notification:Create and Notification:Remove
- when you create a notification with Notification:Create, you must give it an identifier (like 'noti1')
- to access the title/text of the notification you need this 'Notification.get("noti1").setTitle("new text")' in an Eval action
- you can have more than one notification
I hope this helps.
this can be done with notifications.
- First you have to activate the module 'notifications' under OPTIONS (the cogwheel symbol in the eos editor)
- then you have 2 new actions: Notification:Create and Notification:Remove
- when you create a notification with Notification:Create, you must give it an identifier (like 'noti1')
- to access the title/text of the notification you need this 'Notification.get("noti1").setTitle("new text")' in an Eval action
- you can have more than one notification
I hope this helps.
Who is online
Users browsing this forum: No registered users and 2 guests