Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: djaydino on December 05, 2014, 10:25:36 PM

Title: Led display
Post by: djaydino on December 05, 2014, 10:25:36 PM
hi,

i am working on a Led Display (using sprites no text), but trying to figure out what the best approach is.

there will be custom text running (player name, and score updating every frame)
and this is running from right to left.

i'm thinking to loop an animation with  empty sprites from right to left and update those sprites every frame with text

or using set postions wait .1 and set next postion instead of animation
and somehow set the text on it.

Here is a sample of the display (https://dl.dropboxusercontent.com/u/58156497/Led%20Display.unitypackage)

Greeting,

Dino