Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
I made Santa dash remixable! If you scope into santa and go into his microchip you'll be able to see exactly how I do it.
What I did was have a variable called target x. Let's say it starts out as 0. If r1 is pressed, target x is increased by 1. If l1 is pressed, target x is decreased by 1.
Next, get some advanced movers. Make one mover go in the negative x direction, and 1 in the positive x.
Get a tag and some splitters. Put the tags transform in a splitter. Then put that translation in the second splitter. Now grab the first value out of the second splitter (this is the x position of your character)
You now have the x position of your character, and the target x position, i.e. the position you want your character to be in.
Now you need 4 calculators. The first two are to turn your target x position into a range. So instead of 0, we want it to be -0.1 to 0.1