Canalblog
Suivre ce blog Administration + Créer mon blog
Publicité
blog sur animation swf et ai art stable diffusion et carte de voeux
blog sur animation swf et ai art stable diffusion et carte de voeux
Derniers commentaires
Archives
28 avril 2013

tutorial sur particule,les classes,la poo

un excellent tutorial sur un jeux a base de particule

http://forums.mediabox.fr/wiki/tutoriaux/flashplatform/jeux/auditorium

Publicité
Publicité
14 avril 2013

tuto:factorisation de code;utiliser les propriétés target et currentTarget des événements.

13 avril 2013

tuto removChildAt,zindex,suppressions de clip dans un clip

http://cours-internet.com/supression-de-clips-dans-un-clip/

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

http://www.foundation-flash.com/tutorials/changingdepths/

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

One other thing when you're using removeChildAt() is the way the stacking order works in the display list. This, for example, will fail and throw an error:

ActionScript Code:
//sprites = Array of Sprites var len:uint = sprites.length; for(var i:uint = 0; i < len; i++) {     container.removeChildAt(i); }


However, this won't:

ActionScript Code:
//sprites = Array of Sprites var len:uint = sprites.length; for(var i:uint = 0; i < len; i++) {     container.removeChildAt(0); }


I'll leave you to work out why. Loops with removeChildAt(0) are good for clearing the stage or a container Sprite or MovieClip when used in conjunction with numChildren:

ActionScript Code:
//sprites = Array of Sprites var len:uint = stage.numChildren; for(var i:uint = 0; i < len; i++) {     stage.removeChildAt(0); }


I hope this helps!

12 avril 2013

merci chat

9 avril 2013

jeux rigolo

je viens de retoruver ma console nitendo des petits jeux sympas simples et rigolos

turtle

http://www.oldiesrising.com/AmanoSkin/oldiesrisingtestsV2.php?titre=Turtle%20Bridge&cons=28

http://www.intheattic.co.uk/turtle_bridge.htm

http://www.sydlexia.com/who_watches_the_watchmen.htm

compte-rendu-de-la-conference-gunpei-yokoi-vie-et-philosophi 

turtle était le jeux préféré du créateur il avait bon goût.je créerai bien petit jeux comme ça sous flash

 

Publicité
Publicité
6 avril 2013

horloge voiture

1 avril 2013

tuto as3 gerer les touches du clavier

gestion touche clavier,as3,flash,swf,tutorial,comment gerer touche clavier,probleme touche clavier,gerer les touches du clavier,

http://forums.mediabox.fr/wiki/tutoriaux/flashplatform/jeux/gestion_touche

Publicité
Publicité
Publicité
Visiteurs
Depuis la création 33 469
blog sur animation swf et ai art stable diffusion et carte de voeux
Publicité