Can I make text move?

Simple Question. Can I make text (Label) move?

3 Likes

Can you go a little more in-depth with what you’re trying to do? That’s a bit vague, but I have a few ideas if you mean what I think you do.

1 Like

Yes.
Simply change the X and Y in the text :upside_down_face:

2 Likes

If you want it to move smoothly -
Timer (Most likely repeating) → Number → +Number (Value of x/y) → x/y of label

2 Likes

Glad someone’s using SFN (or some form of it :wink:)

1 Like

Actually, I think I got it! Now I have a New Problem. Can I make a label shake or a screen shake?

2 Likes

Yup! There’s actually an example on the help page I believe. Explains it better than I ever could :sweat_smile:

2 Likes

Yes, I’d probably add a random number to go into an x and y,
Maybe like this:
Random 1-3 → (Set) Number (out) → (set) Number [Name:x) (out) → (x) label (Number also goes out to) → Equation [-a] (out) → (set) Number [Name:x] (out) → (x) label

2 Likes

For the label yes that would sorta work, but I believe they are looking for something more like this:

2 Likes

Thanks! I couldn’t seem to find it! @Diamondkittyxl_2 thanks for your suggestion. I’ll try it out if needed!

2 Likes

Or…
Always → (in) switch [default on] (1,2)
(1 (new)) random [10-20] (out (3))
(2 (new)) random [10-20] (out (4))
(3 (x)) (4 (y)) label

2 Likes