A voir également:
- FLASH CS3 : fonction "If" ?
- Flash drive tester - Télécharger - Divers Utilitaires
- Flash player download - Télécharger - Divers Web & Internet
- Shockwave flash - Télécharger - Divers Web & Internet
- Check flash - Télécharger - Sécurité
- Flash boot ru - Télécharger - Utilitaires
1 réponse
si tu veu juste que tes bouton envoi ver une page pas besoin de if :
on (release) {
loadMovie("01.swf","galerie");
}
si tu veu y ajouter des condition, le if est nécessaire :
http://livedocs.adobe.com/flashlite/2_fr/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=chapter1178.html
en gros
if (condition) {
action}
on (release) {
loadMovie("01.swf","galerie");
}
si tu veu y ajouter des condition, le if est nécessaire :
http://livedocs.adobe.com/flashlite/2_fr/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=chapter1178.html
en gros
if (condition) {
action}