Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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
[offsetx=10]offset text on X axis (useful for animated effects)[/offsetx]
[offsety=10]offset text on Y axis[/offsety]
why they don't work and why the text doesn't shake
Develop games in your browser. Powerful, performant & highly capable.
An offset by itself doesn't make anything shake. You need to set it with and without an offset over time to make it appear to shake.
And how to do it then?
Give it a boolean instance variable, offset. Every tick, if offset is true, set offset to false and set the text without bbcode. In the following event, use the Else condition and set offset to true, and set the text with the offset bbcode.