Go here and find “Dynamic RCMenu function”.
Yes, I swap them, but i did not know that the getPixels() work only with rows.
denisT, DaveWortley, thank you very much.
The problem is how to getpixel – setpixel only in alpha channel. See the images: img1 with alpha channel: img2 with alpha channel: Run the script. A…
May be something like this: ( function IsInThreshold val1 val2 tresh = ( if (abs (val1-val2)) < tresh then ( print “In threshold” retu…
wrong answer
Hi, TheGrak! The trick i pretty simple. You have to use “enabled: off” to make the imgtag “draggable”.See the code: rollout VME “” ( local mouseLBD…
TheGrak: . This can be changed to be windowless, but you have to make a close button – otherwise you can’t close the rollout (I learned that the ha…
Thak you, Gravey! Everything works now.
Thank you guys!