|
|||
|
Quote:
if you speak spanish i can help easy; but my english is not good, and i have problems to wrote fast. |
|
|||
|
Hello,
I appologize for the delay, we all the time respond to users tehnical problems so if you want to add actions on pictures just do like that: you will find a file pictureClick.as,open it and you will find a function: //function called by onPress event and return "name" variables from xml (if action is other that "_blank") function pictureClick(par) { _root.mcTest.gotoAndStop(par); //example 1 //in xml:<picture thumb="test-images/aaa.jpg" description="description" name="1" param="action"></picture> //in xml:<picture thumb="test-images/bbb.jpg" description="description" name="2" param="action"></picture> //par is the name value from xml name=1,name=2 and so on yourMc.gotoAndStop(par); //par=1,2 //example 2 //in xml:<picture thumb="test-images/aaa.jpg" description="description" name="swfFolder/tes1.swf" param="action"></picture> //in xml:<picture thumb="test-images/bbb.jpg" description="description" name="swfFolder/tes2.swf" param="action"></picture> //par is the name value from xml name="swfFolder/tes1.swf",name="swfFolder/tes2.swf" yourMc.loadMovie(par); } open you preview.fla file or whatver you source name is,save it and recompile it,..this should work. cheers |
![]() |
| Tags |
| carrousel |
| Thread Tools | |
| Display Modes | |
|
|