[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Commenting Kamala: (WAS RE: [www-vrml] RE: [x3d-public] Clay Shirky Weighs In On SL and VRML History)
And it turns out to be trivial if I replace the Welder script with my own:
DEF doAct Script {
eventIn SFTime actStart
field MFNode ts[USE TS0,USE TS1,USE TS2,USE TS3,USE
TS4,USE TS5,USE TS6,USE TS7,USE TS8,USE TS9,USE TS10,USE TS11,]
directOutput TRUE
url "javascript:
// entertime function. Do repetoire.
function actStart (value) {
for (i=0;i<12;i++) {
ts[i].startTime = value;
value = value + 10;
}
}
"
}
ROUTE AvatarProx.enterTime TO actStart.startTime
ROUTE actStart.cycleTime TO doAct.actStart
Yep. The Godz of KISS are wagging their tongues at me again.
len
From: owner-www-vrml@web3d.org [mailto:owner-www-vrml@web3d.org] On Behalf
Of Len Bullard
For example, try calling multiple gestures from a single script so that they
execute sequentially.
-------------------------------------------------------------------------
for list subscription/unsubscription,
go to http://www.web3d.org/cgi-bin/public_list_signup/lwgate/listsavail.html