Hi
I have a container sprite with a text element that I would like to position at the sprites image point number one. The event looks like this
- Empty condition
- Create sprite (Now the text element is also created, verifired with chrome plugin)
- Set Textbox position to image point one
- Set text to "BLABLABLA
Nor the text or the position is updated. The text box remains positioned at the sprites origin (image point 0).
I've tried insering a sleep after the creation, and movin the text box actions to a subevent, but nothing seems to work.
Why is this happening?