Блин, ну Вы хоть посмотрите какой базовый класс задается по умолчанию картинке в библиотеке...

Код AS3:
var b:Bomb = new Bomb(70,60)
addChild(new Bitmap(b))
Вот Вам и ответ на первые два вопроса.
Насчет третьего - он и не должен показывать Bomb. Если нужно проверить, что именно Bomb, юзайте

Код AS3:
trace(b is Bomb)
Цитата:
|
Evaluates expression and returns a string specifying the expression's data type. The result is limited to six possible string values: boolean, function, number, object, string, and xml. If you apply this operator to an instance of a user-defined class, the result is the string object. The typeof operator is included for backward compatibility. Use the is operator to check type compatibility.
|
P.S> Теперь я Девид Блейн и вообще классный чел.