Fancade Advanced Scripting Tutorial 1 | Lists

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • In this first tutorial in the advanced series, you'll learn how to use lists!
    Fancade Website
    www.fancade.com/
    Get Fancade here:
    App Store: testflight.app...
    Play Store: play.google.co...

Комментарии • 136

  • @melimama46
    @melimama46 3 года назад +11

    me: wants to see more tutorials.
    last upload: 1 year ago.
    me: *sad mamelo noises*

  • @lennihursti9681
    @lennihursti9681 4 года назад +38

    Please continue making these I beg you

    • @affamily8351
      @affamily8351 3 года назад +3

      yes we need help to make fancade games

    • @bigbomb5904
      @bigbomb5904 Год назад

      Same I "lust" for it. Lol

  • @eidolomere
    @eidolomere 4 года назад +42

    Please make more tutorials in complicated scripts like raycast, collide, etc.

    • @justinescreative4051
      @justinescreative4051 2 года назад

      @iigoodyo [Fancade] when u cant use multiple raycast at same obj example when you want to make multiple raycast but it wont cuz its the same object and it only works on one block and the collider is it sometimes wont work like when an object moves alot like jumping it wont detect it as collide the it will act like its false

    • @inovotny1412
      @inovotny1412 8 месяцев назад

      The raycast script makes a zone the first point of it being at the "from" vector, and the second point of it being at the "to" vector. The "hit?" Truth checks if anything hit/was detected in the zone, if something did, its true and if if not then its false. And thats all i know about it, but i think that the "hit pos" and "hit obj" just say the position of the object hit, and what object was hit, but im not sure

  • @rockcylinder6658
    @rockcylinder6658 4 года назад +5

    Why'd you stop making fancade tutorial video's

  • @manuelferraro4414
    @manuelferraro4414 4 года назад +16

    i really hope this tutorial continue, i like how you explain :D

  • @DhopaDoi
    @DhopaDoi 4 года назад +2

    Please continue

  • @ГерманКравцов-н5у
    @ГерманКравцов-н5у 4 года назад +19

    I beg you to make this tutorials oftener. If you can of course.

  • @eidolomere
    @eidolomere 4 года назад +3

    7:20 i don't mean to rush, but is the constraints tutorial video really confirmed? i think we'll understand it more if said than in texts

  • @ntho6
    @ntho6 4 года назад +3

    Your game is fantastic

    • @origedit
      @origedit 4 года назад +3

      This game is made by Martin, not Mathias

  • @giselmadukismo9540
    @giselmadukismo9540 4 года назад +3

    How To make car 🚗

  • @arunprasad1022
    @arunprasad1022 2 года назад +3

    Plz continue this series. I want to know the advanced stuff. I love this game

  • @GamingKing-jo9py
    @GamingKing-jo9py 4 года назад +13

    Is there a way to get a list of all current numbers/objects/etc. That have been assigned?

    • @origedit
      @origedit 4 года назад +1

      You can save the highest index of a list in an another variable. Each time a variable is added, it's index is compared to that variable, and if it is higher, put the highest one.

    • @isaque6563
      @isaque6563 2 года назад

      Make a loop from 0 to the highest index number on the list then place an list block (without the set one), plug the list's index input to the loop's counter output, set a variable and put it where you'd put the bigger one then plug its execution wire to the do wire so it gets all the values on one tick

  • @JoshuaTNTGamer1
    @JoshuaTNTGamer1 4 года назад +3

    Woah! Hello!

  • @_madd_-ls8lk
    @_madd_-ls8lk 4 года назад +2

    please make more tutorials

  • @RoketBoi189
    @RoketBoi189 6 месяцев назад +2

    Still waiting for part 2...

  • @pavelhorak5463
    @pavelhorak5463 4 года назад +4

    How to make character move by swiping.

    • @hornyclown
      @hornyclown 4 года назад +1

      [Image]

    • @KiwiToothpick
      @KiwiToothpick 4 года назад

      That was all covered in the basic tutorials. Just use control wires and change object positions.

  • @baptisteuh544
    @baptisteuh544 2 года назад +3

    Please continue this serie you are so pedagogue I need more of your tutorials :(

  • @yashdemogorgon
    @yashdemogorgon 3 года назад +2

    Hope he continues 😔

  • @3xistentBeing
    @3xistentBeing 3 года назад +2

    its been a year please make more of these! I wanna know stuff! (Like collision)

  • @dawotermelon541
    @dawotermelon541 4 года назад +1

    Make more plz why are you stopping

  • @MustyHam
    @MustyHam 4 года назад +1

    I beg you to please teach us how to correctly use the piano kit pls 🙏🙏🙏🙏🙏

    • @rasati
      @rasati 3 года назад

      theres literally a written tutorial in the piano kit

  • @klocity
    @klocity 4 года назад +2

    just tutorials

  • @klocity
    @klocity 4 года назад +1

    i opend chanel Fancaders HC(Help Chanel)

  • @dacube03
    @dacube03 4 года назад +1

    What happen to you?Have you stoped doing videos?

    • @brainbean3104
      @brainbean3104 4 года назад +2

      Probably dead

    • @eidolomere
      @eidolomere 4 года назад

      Well somebody must finish his work

    • @vallesivani320
      @vallesivani320 3 года назад

      @@brainbean3104 nah man he's still replying to comments

  • @gaussianintegr1
    @gaussianintegr1 3 года назад +1

    please make more tutorials :(

  • @locke_ytb
    @locke_ytb 2 года назад +1

    More tutorials, please?

  • @klocity
    @klocity 4 года назад +1

    can i ask u something

  • @abbyreynolds9446
    @abbyreynolds9446 4 года назад +4

    Is there a way to get the length of lists?

    • @MathiasElgaard
      @MathiasElgaard  4 года назад +6

      The only way to get the length of a list is to keep track of it with a variable, e.g. whenever you add an item to a list, increase a count variable by 1. That way you will always know the length!

    • @abbyreynolds9446
      @abbyreynolds9446 4 года назад +3

      @@MathiasElgaard thanks!

    • @kgeditz9473
      @kgeditz9473 4 года назад

      @@MathiasElgaard hii

  • @mandlamtsweni8166
    @mandlamtsweni8166 4 года назад +1

    Why did you have to stop

  • @kylekittycat6074
    @kylekittycat6074 4 года назад +1

    Pls make more vids

  • @massimocapasso5628
    @massimocapasso5628 4 года назад +1

    please go on with it

  • @phenomenal5743
    @phenomenal5743 4 года назад +3

    I cant get sliders and motor please help!!

  • @SammyForReal
    @SammyForReal 4 года назад +2

    is there a way to check if the list contains a certain number without going through each number?

  • @Vipul241
    @Vipul241 4 года назад +1

    Good job bro

  • @tiiibo
    @tiiibo 4 года назад +2

    Is there ever going to be a part 2? ☹️

    • @helenn6450
      @helenn6450 4 года назад +1

      i know right! the last time he uploaded was nine months ago!

    • @tiiibo
      @tiiibo 4 года назад +1

      @@helenn6450 yeah

    • @camsjaqueandthisisnotanord9946
      @camsjaqueandthisisnotanord9946 4 года назад +1

      Press f to pay to have more of this series

    • @helenn6450
      @helenn6450 4 года назад

      @@camsjaqueandthisisnotanord9946 f

    • @lukasbenning4131
      @lukasbenning4131 4 года назад

      @@camsjaqueandthisisnotanord9946 f

  • @mindustryguy69
    @mindustryguy69 2 года назад

    Pls pls pls mathias elgaard PLS MAKE MORE OF THE TUTORIALS! PLSSS!!!

  • @victorisrael6191
    @victorisrael6191 3 года назад

    Pls make a video for using every script and how we can apply them to an object

  • @thesus6668
    @thesus6668 Год назад +1

    nice

  • @aliakeel
    @aliakeel 4 года назад +2

    I have came to your latest video to ask you; how do I put text in my game? Is it even possible?

    • @taradowers1115
      @taradowers1115 4 года назад

      Yes use a comment I think it's under controls

    • @aliakeel
      @aliakeel 4 года назад

      @@taradowers1115 I already figured it out, thanks anyways

  • @ShadowZano
    @ShadowZano 4 года назад +3

    Hi, what is Fancade, I'm interested is it an official game that let's you develop your own games, is it possible to make your own characters

  • @techeverything4486
    @techeverything4486 3 года назад

    Please make more tutorials on advanced blocks please

  • @awesgaming9556
    @awesgaming9556 2 года назад

    If you're still confused than here example
    That the number got saved that means
    He write one in index that means the list 1 and the value is 50 means if he choice the 1 in the index it will show 50 in inspect that how it work

  • @victorisrael6191
    @victorisrael6191 3 года назад

    Pls what can we use the list for..........like how can we apply them

  • @floppy8568
    @floppy8568 2 года назад

    Btw you can't have negative numbers as indexes but we can have 0 as an index

  • @nomekop777
    @nomekop777 4 года назад +1

    Can you do rotors and sliders next, please?

  • @gurglemurgle5
    @gurglemurgle5 4 года назад +1

    Is there any way to get camera position and rotation?

    • @MathiasElgaard
      @MathiasElgaard  4 года назад +1

      There is no Get Camera block, but what you can do instead is whenever you change the camera with Set Camera, save the position and rotation to a variable. That way you will always know where the camera is.

  • @edytaj9926
    @edytaj9926 4 года назад +1

    Im new how do odd bot?

  • @bhanudasgauns9596
    @bhanudasgauns9596 3 года назад

    Please make more Fancade tuition video

  • @nowfelchy1306
    @nowfelchy1306 Год назад

    Still waiting for the next episode

  • @tetracev
    @tetracev 4 года назад +8

    Hello, I want program to be my job later and you really help me begin with my future. I'm french and i'm 14, i understand what you are saying because you're explaining it very well. I am trying to do my own game now and i really want that serie to continue 😁

    • @tetracev
      @tetracev 4 года назад +3

      @@mateusfs oh yes it will

    • @tetracev
      @tetracev 4 года назад +6

      @@mateusfs solid or not this is better than nothing, and this is a style of programming which use blocks exactly like scratch but in three-dimentions. Maybe you know a specific software that can help me ?

    • @MathiasElgaard
      @MathiasElgaard  4 года назад +6

      Oh, Fancade will definitely give you a solid concept of programming! The visual scripting language has variables, boolean values, arrays, vectors, all of which are concepts of text-based programming. Of course it does not quite have the same capabilities of other game engines, like GameMaker or Unity, but it is definitely an easy and intuitive way to begin learning programming.

    • @tetracev
      @tetracev 4 года назад +6

      @@mateusfs now thats just aggresive

    • @bevvy.bee9
      @bevvy.bee9 4 года назад

      @@tetracev try Godot or unity

  • @jaehoo_park
    @jaehoo_park 2 года назад

    Please tutorial 2

  • @balvirchand9600
    @balvirchand9600 3 года назад

    I will pay you plz make more tutorial

  • @muba_7306
    @muba_7306 2 года назад

    any other good tutorials?

  • @kazzero6827
    @kazzero6827 3 года назад

    What happened? Is he alive?

  • @user-pr6gn2un8z
    @user-pr6gn2un8z 4 года назад

    How do you create objects on loop? :0

  • @VaILI_12
    @VaILI_12 2 месяца назад

    500th like

  • @coconutcorejf
    @coconutcorejf 2 года назад

    If I copy a list variable does the entire list get copied or is it just the first index?

    • @isaque6563
      @isaque6563 2 года назад

      It just overwrites the other values

  • @j0hner
    @j0hner Год назад

    it was a realy good video but can you plese do colision script next?

    • @justalifasaya
      @justalifasaya 10 месяцев назад

      You can search it on wiki

  • @dawotermelon541
    @dawotermelon541 4 года назад

    Please make more

  • @Mohammad-lu1pp
    @Mohammad-lu1pp 3 года назад

    episode 2 when

  • @gebirgskanone3513
    @gebirgskanone3513 3 года назад

    I really have learned something idk about list so i found this and its help full and i want to learn more about list. I watched the beginner tutorial and i learn from there. And i make my own game :).

  • @lhetberganos2996
    @lhetberganos2996 3 года назад

    Could you make a tutorial video about your dialogue system and Ill Subscribe!

  • @x4ord
    @x4ord 4 года назад

    اتمنى لو توجد اللغة العربية😣😣

    • @floppy8568
      @floppy8568 2 года назад

      أشك في أنه يعرف تلك اللغة

  • @internetpeasent1374
    @internetpeasent1374 2 года назад

    Not the hero we deserved, but the one we needed

  • @firetoxcit6411
    @firetoxcit6411 4 года назад +2

    1:47 What were you thinking you put lust? XD jajaja

  • @araujo3498
    @araujo3498 4 года назад

    plss make an option where we can search games its very hard to find games that i played a week before

    • @MathiasElgaard
      @MathiasElgaard  4 года назад +1

      You're in luck! Here is a web page that allows you to search Fancade games! www.fancade.com/search/

    • @loafhouse
      @loafhouse 4 года назад

      And now! Fancade does have its own game search!

    • @vallesivani320
      @vallesivani320 3 года назад +1

      @@MathiasElgaard when is the next tutorial

  • @peanut2699
    @peanut2699 5 лет назад +2

    Finally!

  • @mevire
    @mevire 5 лет назад

    Yeet

  • @qxt-so3qi
    @qxt-so3qi 4 года назад

    How do i use script blocks ?

    • @isaque6563
      @isaque6563 2 года назад

      Place them and wire it

  • @mathessilva8705
    @mathessilva8705 4 года назад

    Como faz pra fazer um conometro pra ele ter tempo pra terminar o level

  • @opaluklik2395
    @opaluklik2395 4 года назад

    Um, how to create your own Blocks and name it? Will you repliy me?

    • @origedit
      @origedit 4 года назад

      Ask in Fancade's discord server.

    • @n.itrogen
      @n.itrogen 4 года назад +1

      @Opal Uklik easy, all you gotta do is select a block, touch the pencil button and it will ask you "Make the new block like this?" then click "Ok" then you can edit the block and create a new block, add pixels and delete pixels, add a circle pattern around it ( *really Fancade, really* ), then after editing the block click "Ok" and you got your own block, for naming it it's quite obvious you simply touch the name of your custom block and you can name your block.

    • @opaluklik2395
      @opaluklik2395 4 года назад

      @@n.itrogen Thanks, but i'm already know it like 3 months ago

  • @klocity
    @klocity 4 года назад +1

    can i reupload ur vids there(u will get credits)

  • @zecolher4309
    @zecolher4309 4 года назад +1

    Is it possible to make animations at fancade, like the odd bot legs ?

    • @origedit
      @origedit 4 года назад

      Of cource, but it's too advanced

  • @heblehb9971
    @heblehb9971 4 года назад +1

    This is really helpful, hope to see more from you!

  • @kylekittycat6074
    @kylekittycat6074 4 года назад

    Pls make more tutorials I'm still new to fancade

  • @projjalm
    @projjalm 4 года назад

    Please make a Fancade tutorial on the "Forces" section.

    • @origedit
      @origedit 4 года назад

      It's all regular physics. If you passed the 7th grade of school, you will already know how touse it