Displaying text in specific coordinates
ADSentertainment
Member Posts: 397
Is there any way possible to have it so you can have an actor display text in a specific X and Y location WITHOUT having to make another object? I know you can do that it that way, but under the current circumstances, I can't do that without having a bunch of extra problems to deal with, and I don't really feel like explaining it. They really need to make that an option on here if this feature isn't possible yet.
Having trouble with your game? Sounds like a personal problem.
Comments
Exemple (Text Actor with 2 rules inside):
-----------------------------------------
Rule - if attribute "move left" is "true"
Display text: My text
Change attribute self.position X to "any number"
Change attribute self.position Y to "any number"
-----------------------------------------
Rule - if attribute "move right" is "true"
Display text: My text 2
Change attribute self.position X to "any number"
Change attribute self.position Y to "any number"
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Having trouble with your game? Sounds like a personal problem.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Having trouble with your game? Sounds like a personal problem.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Having trouble with your game? Sounds like a personal problem.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
For example you can constrain your actor's local score attribute to a global attribute:
Actor
Constrain attribute game.score to self.score
I made an example, don't know if its what you are trying to do...
Having trouble with your game? Sounds like a personal problem.
What you can do to not create a global attribute for each local attribute is store all in one table.
Having trouble with your game? Sounds like a personal problem.
https://www.dropbox.com/sh/9gqiviyqfbjs7xz/Me9jyf_C3_
Having trouble with your game? Sounds like a personal problem.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
@tatiang
Thanks guys! I like that you have found this usuable!
but also you can display special characters as icons, symbols, etc.
look at this example
https://www.dropbox.com/sh/9gqiviyqfbjs7xz/Me9jyf_C3_
Hey @Eduard0369 how are you putting the space between the up and down I see how it works but can only space them left and right once I make my own.
With the option key and enter.
Having trouble with your game? Sounds like a personal problem.