Phundementalism?
Ain't nobody got thyme fo dat.
Ain't nobody got thyme fo dat.
mold999- Posts: 225
- Joined: Sun Jan 02, 2011 1:35 am
- Location: [176436, 3763234]
If you don't want to use scene.my variables, try this:
On the box you want to change the density change these two pieces of code..
And also
On the box you want to change the density change these two pieces of code..
- CODE: SELECT ALL
onHitByLaser := (e)=>{
density = 1;
e.this.controllerAcc = sim.time
}
And also
- CODE: SELECT ALL
update := (e)=>{
sim.time - controllerAcc >= 2 ? {
density = 2
} : {}
}
No hay comentarios:
Publicar un comentario