Copy link to clipboard
Copied
The animation is this one ...
Hello, I made a simple flash animation of a character talking ... The only problem is that this animation has the button "play" and "stop" and I do not want it ...
I want so carry out the main character speak the message and stop yourself automatically without user intervention to push any buttons ...
I have the animation code, how do I get this code to the buttons and start the animation so load the page?
Ah, and how to put the link to a page by clicking on this open a flash site?
Copy link to clipboard
Copied
copy the code from the play button's listener function and attach it to the first frame. and copy the code from the stop button and apply it when the character's speaking is complete.
use navigateTo URL() to open another page:
some_btn.addEventListener(MouseEvent.CLICK,navF);
function navF(e:Event):void{
navigateToURL(new URLRequest("http://www.adobe.com"));
}
Copy link to clipboard
Copied
How to do it step-by-step? Because i'm beginner in FLash and that things of animation, codes, functions...
And I create that simple animation in other program, not using the Adobe Flash, but I think can be edited that file animation in Flash because I have the files ".swf" and ".flv"...
I don't know how to do it in Adobe Flash CS3, but I have that program installed in my pc, then can you talk me what to do it?
Sorry my bad english, i'm from Brazil.
That is the folder contains the files:
https://dl.dropboxusercontent.com/u/11826717/off/laranja/files_animation.jpg
That is the Download the files of that folder if you want see better:
https://dl.dropboxusercontent.com/u/11826717/off/laranja/laranja.rar
Copy link to clipboard
Copied
copy the code from your fla and paste it here.
Copy link to clipboard
Copied
I have 2 files ".flv", the first .flv is for the orange talk the message.
The second file ".flv" is for it to be continue moving the face (standyby moviments).
1) laranja.flv
2) laranjaStandby.flv
I have the ".swf" file, I see that .swf file have the buttons play & stop.
Can I convert "flv" in "fla"?!
Well... I try import the laranja.flv into Adobe Flash CS3, for get the code to paste here, but what option should I select?
Look that screenshots:
https://dl.dropboxusercontent.com/u/11826717/off/laranja/flv_file_step1.jpg
https://dl.dropboxusercontent.com/u/11826717/off/laranja/flv_file_step2.jpg
Copy link to clipboard
Copied
someone will need to download your files and do this work for you.
you may find someone here that will do that for you but i don't do that unless i'm hired.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now