You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a lot of cool tricks for working with text that go beyond what Synchronet provides out of the box. Let's add a scroll function that could enable text scrolling.
Something like...
iq.say("I want this message scrolling from left to right.".scroll({width: 10,orientation: 'right-to-left'}).gotoxy(30,30))
The text was updated successfully, but these errors were encountered:
Synopsis
We have a lot of cool tricks for working with text that go beyond what Synchronet provides out of the box. Let's add a
scroll
function that could enable text scrolling.Something like...
The text was updated successfully, but these errors were encountered: