How To Make Name Shower in Algodoo

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024
  • Download Algodoo for Windows and Mac here:
    www.algodoo.com...
    Download Algodoo ONLY FOR iPAD here:
    apps.apple.com...
    Music used in this video:
    Distrion & Alex Skrindo - Lightning [NCS Release]
    • Distrion & Alex Skrind...
    Free Download/Stream: ncs.io/Lightning

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

  • @FrAlgodoo
    @FrAlgodoo  Год назад +9

    code for name shower (type in materialName):
    "nameshower"
    code for marble (type in onCollide):
    (e)=>{e.other.materialName == "nameshower" ? {e.other.text = "" + _name} : {}}

  • @VeggiesOutFront
    @VeggiesOutFront 9 месяцев назад +2

    Ive been sleeping on algodoo. Your tutorials are amazing thank you

  • @BlueMaster807
    @BlueMaster807 Месяц назад +1

    Thank ya Bro! +1 Sub!

  • @Jigglypuff2763
    @Jigglypuff2763 Год назад +4

    ty!]
    this is very helpful!

  • @Thomas-sc7jh
    @Thomas-sc7jh Год назад +1

    Can you make a Tutorial on make those marble holder things which mikan uses in his team races when the marbles finish a leg?

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

    i dont like script but you made me like script menu

  • @memecountryballs1
    @memecountryballs1 4 месяца назад

    thank you dude!

  • @urmilashrestha9416
    @urmilashrestha9416 7 месяцев назад

    It worked!

  • @MAlvus_743
    @MAlvus_743 Месяц назад

    Didn’t work

  • @erikamgeles4461
    @erikamgeles4461 7 месяцев назад

    Wen i put _name = '''' it apearres undenified but Thanks😊

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

    I can’t no script menu but thank you still 😢

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

    no work

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

    code of box onCollide : text = e.other.materialName or text = e.other._name ( easy one )

  • @reotopo
    @reotopo Месяц назад

    for me its not working i typed (e)=>{e.other.materialName == "nameshower" ? {e.other.text = "" + _name} : {}}