Hey guys! It's me again with a really basic question about C2.
I want a text dialogue, in my sidescrolling game, to just sit in the middle of the screen. Right now it moves away when my character passes it and I can't find a way to prevent it from happening.
I'm basicly looking for a command like Set position = Screen.x/2 so it will just float there. Ofc screen is not a valid command, but maybe I'm missing one that does the same thing.
-D