walkinglint
2008年07月04日 22:49
//本体側は
// File: start_button.lsl
// Date Author number of nodes
// 2008/7/4 walkinglint 5
//
default {
touch_start(integer total_number) {
llMessageLinked(LINK_ROOT, 0, "", NULL_KEY);
}
}
//
// File: LifeGame2.lsl
// Date Author number of nodes
// 2008/7/4 walkinglint 98
// 2008/7/4 walkinglint 98 (LifeGame->LifeGame2)
// 2008/7/4 walkinglint 98
//
integer START_BUTTON = 2;
integer min_link_num = 3;
integer num_of_buttons = 64;
integer i;
integer gen_word1;
integer gen_word2;
integer next_gen_word1;
integer next_gen_word2;
integer is_generating = FALSE;
float time_interval = 1.0;
string line;
init() {
gen_word1 = 0;
gen_word2 = 0;
}
integer get(integer i) {
if (i >= 32) {
return gen_word2 & (1