Booleans

Definition = A numeric syntax setting to denote something as being true(1) or false (0)

Flash equivalent =
Same. This example also shows how to make graphics draggable.

----------------------------------------------

Director Example
on mousedown
sprite(spritenum).movablesprite=true
end

Flash Translation
on (press)
{startDrag(this,true);
}