um... i just had to figure it out theres no script tutorials or anything.
but youMUST be in advanced mode and click on an object go to the bottom option on the menu (it says "script menu") and at the very bottom of THAT part theres an empty box thats where you enter scripts. BUT DONT HIT ENTER TO INPUT THE SCRIPT it freezes my computer, instead click somewhere on the outside of the menu and it will enter it.
a simple scrip is "onCollide =(e)=>{color =[1.0, 0.0, 0.0, 1.0]}" (without the quotations)that script makes the color change to red when it hits something. idk what the (e)=> means but the{color...} stuff is where all the action happens.
i just had to figure it out theres no script tutorials or anything.
but youMUST be in advanced mode and click on an object go to the bottom option on the menu (it says "script menu") and at the very bottom of THAT part theres an empty box thats where you enter scripts. BUT DONT HIT ENTER TO INPUT THE SCRIPT it freezes my computer, instead click somewhere on the outside of the menu and it will enter it.
a simple scrip is "onCollide =(e)=>{color =[1.0, 0.0, 0.0, 1.0]}" (without the quotations)that script makes the color change to red when it hits something. idk what the (e)=> means but the{color...} stuff is where all the action happens.