
Код:
var block:IBlock = classInstance as DisplayObjectContainer ;
trace (block.hitTestObject(someObj))
Цитата:
1067: Implicit coercion of a value of type flash.display isplayObjectContainer to an unrelated type engine.display:IBlock.
1061: Call to a possibly undefined method hitTestObject through a reference with static type engine.display:IBlock.
|
ругается на первую и вторую строки соответственно.