Commit graph

3 commits

Author SHA1 Message Date
Andrew Meadows
c0b446ca4b archive remaining JS scripts 2016-04-26 11:18:22 -07:00
Zach Pomerantz
33851baa3f Add directionality to examples/growth
*There is a bug in here, but it may be in Interface.*
The sphere entities have a lifetime of 60s.
The first time the script is run, each click fires one clickReleaseOnEntity event.
If the entities expire (lifetime is reached), and the script is rerun a second time,
each click will fire two clickReleaseOnEntity events.
If this is repeated (waiting for expiration each time), then
the N-th repetition will fire N clickReleaseOnEntity events.
Note that each entity, across runs, has a unique uuid, as expected.
2015-11-11 22:32:45 -08:00
Zach Pomerantz
df4be6c0ba Add growth script to examples 2015-11-03 23:48:05 -08:00