I seem to have broken it! I did the algorithm F R U R' U' F' and then did it in reverse, but 3 stickers from 3 different corners somehow swapped places! How?
Sorry for the late reply, jerebud. my computer has not been working properly. feel free to create a team name and your own vehicles! Be sure to follow the included rules. Thanks for joining!
Im surprised such a famous scene has not recieved a single comment since 2009. I was learning my abcs then! Now, I have joined the forces of the Algo-side.
There is a much easier way to program a jumper for a platformer. In the script menu, define a variable _jump. Set it to true. in PostStep, write:
(e)=>{
{
keys.isDown("W") && _jump //checks if W is pressed (can be W or UP)
} ? {
vel = vel + [0, 6]; // adds an impulse to the player, change if needed
_jump = false
} : {}
}
then, in OnCollide:
(e)=>{
_jump = true
}
this code makes it possible to wall climb and stick to ceilings, and rquires no moving parts.
Thanks! my birthday is AUG 24 2004, but oh well. Nothing's wrong with an early present!
I might make something for you too! What would you like me to make?
The thing is, JohnG, that plenty of Christians believe in flat earth because of the bible, and usually cite parts of the bible that say so. and if the bible is not out of date, then why does it state that pi is exactly equal to 3?
I dont know the page number or chapter, but somewhere it states that there was a large water basin that was 10 cubits (180 in) across and 30 cubits (540 in) around, when really it should be about 31 cubits (565.486678 in).
The fact that a book is aware of a problem that has plagued mankind since the beginning is only proof that humans pay attention to things around them. People still washed their hands hundreds of years ago for the exact same reason, but now there is much more science behind it.
Since I dont have a bible, I cannot make big claims on it, which is why I have to take FE'rs words for it, which is when I turn their own words against themselves, and call them out for being con-artists.
Last edited at 2021/03/30 04:10:07 by UnityDogGaming04