Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
https://developer.mozilla.org/en-US/doc ... nt/marquee
While not a web standard, it is fairly standardized at this point and unlikely to change.
I'd like to be able to insert a left to right- marquee into my game.
News ticker.
It's a semi-strategy incremental game.
Are you aware you can have a text or spritefont object with a bullet and possibly warp behavior to achieve the same effect ?
Apparently wasn't aware.
Although, the news does change. How would I handle multiple news items without each text object overlapping each other?
Develop games in your browser. Powerful, performant & highly capable.
You modify the content (Text property) of the text object, you don't need several instances.
I see. Thank you.