(use "Inset") (send self:setInset(iEngine self)) (send iEngine:dispose()) (instance iEngine of Inset (properties picture 9001 priority 14 ) (method (init param1) (super:init(rest param1)) (anEngine:init()) (otherCanisters:init()) (aCanister:init()) ) )