do that what I want.. (I doesnt move). I read all help and guild but I cant complete understand it.. Who can guide me,please?
my code like this.. (not full)
llRequestPermissions(owner, PERMISSION_TAKE_CONTROLS);
run_time_permissions(PERMISSION_TAKE_CONTROLS)
{
llTakeControls(CONTROL_LBUTTON, TRUE,1);
//Take control key from owner
llTakeControls(CONTROL_DOWN, TRUE,1);
}
//control event handle
control(key name, integer levels, integer edges)
{
llSay(0, "Entering Control Event."

.
.
.
.
}
I think it not work cause it not enter Control Event..Cause I not see object say "Entering Control Event".
This is all I know \(T0T)/
Thank you
