Тёмный

Fancade Scripting Tutorial 6 | Moving and Rotating Objects 

Mathias Elgaard
Подписаться 2,8 тыс.
Просмотров 23 тыс.
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 49   
@peanut2699
@peanut2699 5 лет назад
Acceptional and Helpful! For new programmers.
@cstudios5247
@cstudios5247 4 года назад
9:46 aight imma head out
@HD_Plus-V2
@HD_Plus-V2 2 месяца назад
The brick block: alright imma head out
@giselmadukismo9540
@giselmadukismo9540 4 года назад
How To make car 🚗
@eidolomere
@eidolomere 4 года назад
If you want to make a functional car, then it is really complicated since you have to use raycasts and constraints, etc. if you want to make a voxel art of a car, however, you can! Just get a block, edit it by selecting it then press the pencil icon, then get editing!
@mahdi7d1rostami
@mahdi7d1rostami Год назад
First time I tried making something with Fancade (two weeks ago!) I was really confused by y being the upward direction. Why was this decision made? Everywhere else z supposed to be up down direction. I had to experiment with different vectors to figure out what's going on.
@cuboembaralhado8294
@cuboembaralhado8294 3 месяца назад
It's because it's like if the x y graph was upwards and you added the third dimension on the ground, instead of the graph starting on the ground and you lifted the third dimension up. It's the same on minecraft
@user-qj6ju4bs7n
@user-qj6ju4bs7n 6 месяцев назад
Continue this series please!
@sounak5853
@sounak5853 5 лет назад
Can you tell me what Rotational values are actually? I know vectors from maths but what are Rotational values? Why rotating an object slowly involve multiplying by 1 rather than adding 1 to it?
@MathiasElgaard
@MathiasElgaard 5 лет назад
Hi Sounak! By multiplying two rotational values, the code wont just multiply each X,Y,Z component with the other corresponding components, but it will combine the two rotations together. So, if had any rotation and a 0,90,0 rotation, combining them will result in the first rotation getting rotated by 90 degrees in the Y axis. I don't understand much of the technical details of this myself, but I'm sure there's an article about it online!
@sounak5853
@sounak5853 5 лет назад
@@MathiasElgaard Oh, so it's more like adding 1 to it. I think that makes sense, it probably is multiplying some trigonometric factor with it. I think I get it. Thanks for your help :) This videos are awesome, I'll be commenting again if I need help 😄
@naimanaim3697
@naimanaim3697 2 года назад
@@MathiasElgaard I'm using the button from drive mad, how do I use the button to move a block?
@annex9653
@annex9653 4 года назад
I wanna know how to make a moving obstacle course.. Like continuously moving..
@user-lz5kh3un8z
@user-lz5kh3un8z 3 года назад
You can use the 'get force' script
@Macandcheese1818
@Macandcheese1818 4 года назад
How do you find the position of your finger on the screen
@user-lz5kh3un8z
@user-lz5kh3un8z 3 года назад
With the world to screen script
@nadegrade
@nadegrade 5 лет назад
👍🏼
@Zinkymations
@Zinkymations 10 месяцев назад
i thought you said you as the player can move. Not just show me a script of literally moving a block
@darkridergd4041
@darkridergd4041 Год назад
Thats good, but how I can stop object?
@ScarletEmber64
@ScarletEmber64 3 года назад
Can you also make objects that move back and forth?
@matheuzera_yt
@matheuzera_yt Год назад
Pesquise no Fancade: Tutorial (de Martin Magni). Lá tem muitos exemplos..
@i_am_hash999
@i_am_hash999 Год назад
@@matheuzera_yt that game won't help.
@matheuzera_yt
@matheuzera_yt Год назад
@@i_am_hash999 Más ajuda um bocado das dúvidas
@GabAnimates649
@GabAnimates649 4 года назад
I wanna make an object that at some point moves back
@papakarlo6947
@papakarlo6947 Год назад
I need this version 0:47
@ruisilva7919
@ruisilva7919 4 месяца назад
Even my grandpa would know how to make a game with these tutorials...
@christinemaebustamante9103
@christinemaebustamante9103 16 дней назад
Wow. the game is Fancade 😮
@kal-elkent9205
@kal-elkent9205 4 года назад
I'm trying o make an oddbot game lol, so far I've made the oddbot
@user-lz5kh3un8z
@user-lz5kh3un8z 3 года назад
You can use the kit
@زيزو-ع7ه
@زيزو-ع7ه 4 года назад
Cool that what I need it
@gloriajeanscoffeeswismafgv1000
@gloriajeanscoffeeswismafgv1000 3 года назад
make a video about this video but instead a button that allows the blocl to move instead of the start of the round,if you do this,this will help me out😊
@Moxi.floxacin
@Moxi.floxacin 2 года назад
you literally just use a collision block and a normal block... also I know I'm 1 year late
@friskdreemurr8305
@friskdreemurr8305 4 года назад
How do you make the object move back and forth?
@rickypingui3270
@rickypingui3270 4 года назад
Good question
@theexaminer4906
@theexaminer4906 4 года назад
I would use sinus function
@friskdreemurr8305
@friskdreemurr8305 4 года назад
@@theexaminer4906 sinus function?
@naiknaik8812
@naiknaik8812 2 года назад
Get a sinus infection before programming you will get better at maths
@jay-tbl
@jay-tbl 4 года назад
I want it to change the rotation of a Box, repeatedly, every frame. This only does it once, how can I run repeatedly
@MathiasElgaard
@MathiasElgaard 4 года назад
You will have to combine the object's current rotation with another rotation (like a 0,1,0 rotation) every frame. You will need the Combine script block, you can find it in the math category!
@annex9653
@annex9653 4 года назад
@@MathiasElgaard exactly what i was searching for!!
@ramjilalgupta849
@ramjilalgupta849 3 года назад
Pls make more tutarials
@stelaisani1
@stelaisani1 2 года назад
Can you make rotation of all "inf" level "rotation inf script" in "Illusions" can edit
@stelaisani1
@stelaisani1 2 года назад
Hello!?!?
@lemlem797
@lemlem797 Год назад
​@@stelaisani1Fn]k You
@gigaman007
@gigaman007 4 года назад
More videos please
@robnub3821
@robnub3821 3 года назад
Thanks
Далее
My Experience Moving to Godot from Unity
16:54
Просмотров 27 тыс.
Witch changes monster hair color 👻🤣 #shorts
00:51
9 new Script Blocks! How do they Work? | Fancade 1.4
11:19
The Most Valuable File Format You've Never Heard Of
15:33
How I Made a 3D Platformer in 2D Game Engine
21:23
Просмотров 499 тыс.
Fancade Rewind: September 2020
5:08
Просмотров 25 тыс.
Fancade Rewind: July 2020
5:05
Просмотров 46 тыс.
The Home Server I've Been Wanting
18:14
Просмотров 153 тыс.
Fancade Scripting Tutorial 1 | Values and Variables
13:16
Upgrading 75,000+ lines to Godot's new version
19:46
Просмотров 22 тыс.
Bob want some bugers! | Fancade: Hungry Bob Gameplay
12:35