C'est normal Froggy, tu essaie d'installer ton button hors du container
' et encore 10 pour calculer les lignes
container 140:height 140,280:left 140,552:width 140,20
for i%=141 to 150
button i%:width i%,16:height i%,24:left i%,555:top i%,3+(i%-140)*25
parent i%,140
next i%
essaies plutôt :
' et encore 10 pour calculer les lignes
container 140:height 140,280:left 140,552:width 140,20
for i%=141 to 150
button i%:width i%,16:height i%,24:left i%,5:top i%,3+(i%-140)*25
parent i%,140
next i%
Explication : Comme tes boutons sont parent au container,
Tu dois compter la position 0 a partir du bord gauche du container.
Est ce clair pour toi ?