How to create an insertion point?

pepe87

  • Posts: 92
Hello guys!!

I am creating a game of writing. I wish I had an insertion point (a risk that is flashing). For those who are writing know where you'll write.

Thanks

xplosion28

  • Posts: 275
You will  have to tweak it to make it work for your game, but it functions correctly.

pepe87

  • Posts: 92
You will  have to tweak it to make it work for your game, but it functions correctly.

Thank you so much xplosion28

I will study it

pepe87

  • Posts: 92

chrizt

  • Posts: 345
at the very bottom, it should be otherwise set visible to true
need help with behavior? game design? graphic design? just contact me
skype : christian.atin
email : christianatin27@gmail.com

xplosion28

  • Posts: 275
Hopefully seeing the mechanic work will help.

pepe87

  • Posts: 92
In this example, the insertion point is stopped. blinking. He does not move when writing.

xplosion28

  • Posts: 275
The text attribute "Word" was just used inmy example because thats what i set my text to.  However you used a list so instead of using "get width of word" you would use something like "get width of (get item # 0 in list) + (get item # 1 in list) + (get item # 2 in list)". 

pepe87

  • Posts: 92
The text attribute "Word" was just used inmy example because thats what i set my text to.  However you used a list so instead of using "get width of word" you would use something like "get width of (get item # 0 in list) + (get item # 1 in list) + (get item # 2 in list)". 

Thank you so much xplosion28

After practically a day working, deciphering and translating, I managed to make this behavior as I wanted. Thanks to your help

xplosion28

  • Posts: 275
No problem good luck with the game!