//touch switch integer Switch = FALSE; default { state_entry() { llSleep(0.5); } touch_start(integer total_number) { if(Switch == FALSE) { Switch = TRUE; llSay(0, "On"); } else { Switch = FALSE; llSay(0, "Off"); } } }
Zuletzt angesehen: • Sim Crash Logger • OpenVPN • Basic Dialog • Texture Rotator • Hover Text • Linux-Mediacenter (Linux MCE) • Zero Lag Poseball • Rotating Prim • Rotating Texture • Touch