
désolé pour cette intervention idiote

Code : Tout sélectionner
;Chargement des sprites
LoadSprite(#Star,"star.bmp")
TransparentSpriteColor(#Star,255,0,0)
Structure Etoile
posx.f
posy.f
vitesse.f
EndStructure
NewList Stars.Etoile()
LoadSprite(#Star2,"star2.bmp")
TransparentSpriteColor(#Star2,255,0,0)
Structure Etoile2
posx.f
posy.f
vitesse.f
EndStructure
NewList Stars2.Etoile2()
Code : Tout sélectionner
Structure Etoile
posx.f
posy.f
vitesse.f
EndStructure
;Chargement des sprites
LoadSprite(#Star,"star.bmp")
TransparentSpriteColor(#Star,255,0,0)
NewList Stars.Etoile()
LoadSprite(#Star2,"star2.bmp")
TransparentSpriteColor(#Star2,255,0,0)
NewList Stars2.Etoile()