The readme.txt file in the download ZIP (linked to at the left) provides full instructions on installing and using the code. Example document classes are provided. Below is the operative code from the samples so that you get the idea.
Assuming that you import the dodo package as detailed in the ZIP file.
private var myCamera:DodoCamera; private var myBlobs:DodoBlobs; private var myConfig:DodoConfig; public function Blobs() { // make a DodoCamera object myCamera = new DodoCamera(); addChild(myCamera); // make a DodoBlobs object myBlobs = new DodoBlobs(myCamera); addChild(myBlobs); // config lets you set sensitivity via a slider // pressing SHIFT D for Dodo will toggle the visibility myConfig = new DodoConfig(myBlobs); addChild(myConfig); }










[...] Code [...]
Oh my digits! Yes… the utilities.ShapePluss class is now in the zip file – so sorry about that.
hi Dan… i already test it dodo flash & when i test blobs.fla to swf i’ve got error message in output :
// ————- //
1046: Type was not found or was not a compile-time constant: ExitButton.
Thanks Astra for the heads up! I have now included the ExitButton in the zip file – so please download it again. The panel that sets the tolerance uses an ExitButton class – I just forgot to include it
Dan
dan, missing import com.danzen.utilities.ShapePlus; into the files