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
11 juillet 2014

logiciel pour peindre et convertir photo en peinture

Publicité
Publicité
10 juin 2014

installer flash player dans android kitkat

3 juin 2014

tuto brillance animé sur voiture

25 janvier 2014

passage flash html5 avec createjs

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!

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

29 mars 2013

creation d'une horloge en as3

tutorial,as3,montre,horloge,flash,swf,tutoriel,comment faire montre en as3,

1/attention on ne peut pas changer point pivot d'un mc en as3 ( faut utiliser matrice c est compliquer ) donc bien mettre point pivot en bas milieu lors creation aiguille en mc

 2/on a besoin connaitre les textfield pour afficher les chiffres de l'horloge la j ai eu quelque probleme pour bien aligner les chiffres en fonction taille police.

http://www.republicofcode.com/tutorials/flash/as3text/

3/ai eu quelques erreur a cause abcisse et ordonnee en uint et int je sais pas pourquoi ca donnait un chiffre enorme

4/donc au final ca donne ca le choix de la police,couleur,taille  etant choisi dans flash mais ca va tres vite pour creer un nouveau cadran pour une montre

script_as3_horloge

montrebillecouleur

 

29 mars 2013

tutorial débutant

Publicité
Publicité
<< < 1 2 3 4 5 6 > >>
Publicité
Visiteurs
Depuis la création 33 483
blog sur animation swf et ai art stable diffusion et carte de voeux
Publicité