So any ideas on how to draw this text box on an actor? Keep in mind that I'm using "real" code for this, not design blocks. I'm not opposed to utilizing design blocks, I just haven't been able to get the code to work with them.
There are also two other ideas I'm considering for this project (if I can't get the text box to anchor):
1: Keep the camera stationary and turn the ground into an actor (or actors) that move left when the space bar is pressed. With the right animations, this could create the illusion that the player character is walking right.
2: Abandon the whole idea of a side-scroller and turn this project into a single-screen platformer that uses regions to determine whether the space bar makes the character step, climb, or fight. When they reach their mini-goal number of words, it will move on to the next scene. I know. It doesn't sound like the most fun game. The focus is really more on motivating people to type more.
Any programming suggestions you guys have would be more than helpful.