[Help] How do i make an object move forever
2 posts • Page 1 of 1
[Help] How do i make an object move forever
So i wanted to recreate GD (Geometry dash) but i dont know how to make an object move forever.
Also i saw it on the algobox.
Also i saw it on the algobox.
- Dominikrni
- Posts: 1
- Joined: Sun Nov 11, 2018 6:52 pm
Re: [Help] How do i make an object move forever
You shouldnt post question like this in the Tutorials subforum. Insted, use the thyme subforum or the Help/FAQ Subforum.
Regarding your question, you need to use the integrated programming language "Thyme" in order to manipulate the object to move and behave as you please. In your case, you should put this in PostStep:
(e)=>{
vel = [10,Vel(1)];
}
Replace 10 with any number to change the speed.
If you have more questions regarding the usage of thyme, feel free to send a DM to me on the forum!
Regarding your question, you need to use the integrated programming language "Thyme" in order to manipulate the object to move and behave as you please. In your case, you should put this in PostStep:
(e)=>{
vel = [10,Vel(1)];
}
Replace 10 with any number to change the speed.
If you have more questions regarding the usage of thyme, feel free to send a DM to me on the forum!
- FRA32
- Posts: 229
- Joined: Wed Dec 03, 2014 9:51 pm
2 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests