スタディングテックのQ&A

ミッション4です。レーザーを撃つ敵オブジェクトの選定や、レー…

スタディング受講者
質問日:2024年11月30日
ミッション4です。レーザーを撃つ敵オブジェクトの選定や、レーザー発射コードが上手く作れません。

# 敵機レーザー生成
def make_enemies_shoot(self):
sprite.Sprite.__init__(self)
self.rect = self.enemies.random_bottom()
enemylaser = game_object.Laser(IMAGES['enemylaser'])
self.image = transform.rotate(image, direction)
self.speed = speed
self.direction = direction
self.allSprites.add('enemylaser')
参考になった 0
閲覧 6

回答

スタディングテックKAMAKEスタッフ 講師
公式
回答日:2024年11月30日
回答を見たり、質問するには
対象のコースを購入する必要があります。