Le substantif correspondant à l'adjectif "strong" est "strength"
ah merde!!! je modifie ça de suite (les calcs ne m'ont jamais aidé pour l'Anglais

Le substantif correspondant à l'adjectif "strong" est "strength"
Creative Basic wrote:Là c'est carrément trois ballons qui rentrent en jeu (et qui me bouffe un tas de ligne de codes)
elseif bonus.bonusType == "BallClone" then
table.insert(BallsTable,Ball(math.random(1,platform.window:width()-XLimit),platform.window:height()-26,-1-speedDiff,-1-speedDiff,#BallsTable+1))
for _,ballon in pairs(ballons) do
local hit = ballon:checkCollisions(murs)
if hit == 1 then game:touche() elseif hit==2 then game:goal() end -- ou tout autre truc de ton code, bref
end
Users browsing this forum: ClaudeBot [spider] and 97 guests