Tuesday, July 8, 2008

For Each Pixel



Sign-up form

Click on the labels and drag to adjust values



Code for label 0:
$('#foreachpixellabel0').pls(
{
foreachpixel:1,
changevalue:1,
downlimit:0,
uplimit:5000,
changetarget:$('#foreachpixeltextfield0'),
}
);
Code for label 1:
$('#foreachpixellabel1').pls(
{
foreachpixel:50,
changevalue:1,
downlimit:0,
uplimit:5000,
changetarget:$('#foreachpixeltextfield1'),
}
);
Code for label 2:
$('#foreachpixellabel2').pls(
{
foreachpixel:150,
changevalue:1,
downlimit:0,
uplimit:5000,
changetarget:$('#foreachpixeltextfield2'),
}
);

For each pixel property will specify the update frequency of value change on the very form node that you assigned from changetarget while creating statement. Higher the value lower the frequency will be.

No comments:

Post a Comment