|
| Web Hosting Deals | Holiday Logo Design | Webcam Chat | Website Header Templates | Register domain | Search Engine Optimisation | Web Hosting |
|
|||||||
| Flash / Dreamweaver / Fireworks tutorials from Talk-Mania members Please post your Flash / Dreamweaver / Fireworks in this area. Look here to the see the tutorials and methods outlined by other Talk-mania members. |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
help|flash
hello people...
once i did a tutorial about making buttons in flash i used adobe flash cs3....but in the tutorial man used macromedia flash 8 i did all the same like him....but seems the progs is different this is my actions: Code:
b1.link_mc.myText_txt.text="history";
b1.link_mc.myText_txt.text="news";
b1.link_mc.myText_txt.text="download";
b1.link_mc.myText_txt.text="forum";
b1.addEventListener(MouseEvent.CLICK, onRollOver);
b1.onRollOver=function(){
this.gotoAndPlay(2);
};
b1.addEventListener(MouseEvent.CLICK, onRollOut);
b1.onRollOut=function(){
this.gotoAndPlay(15);
};
b2.addEventListener(MouseEvent.CLICK, onRollOver);
b2.onRollOver=function(){
this.gotoAndPlay(2);
};
b2.addEventListener(MouseEvent.CLICK, onRollOut);
b2.onRollOut=function(){
this.gotoAndPlay(15);
};
b3.addEventListener(MouseEvent.CLICK, onRollOver);
b3.onRollOver=function(){
this.gotoAndPlay(2);
};
b3.addEventListener(MouseEvent.CLICK, onRollOut);
b3.onRollOut=function(){
this.gotoAndPlay(15);
};
b4.addEventListener(MouseEvent.CLICK, onRollOver);
b4.onRollOver=function(){
this.gotoAndPlay(2);
};
b4.addEventListener(MouseEvent.CLICK, onRollOut);
b4.onRollOut=function(){
this.gotoAndPlay(15);
}
Code:
1120: Access of undefined property onRollOver. 1120: Access of undefined property onRollOut. 1120: Access of undefined property onRollOver. 1120: Access of undefined property onRollOut. 1120: Access of undefined property onRollOver. 1120: Access of undefined property onRollOut. 1120: Access of undefined property onRollOver. 1120: Access of undefined property onRollOut. and i have 2 question: 1-whats prog is better macromedia flash 8 or adobe flash cs3? 2-can anyone of you write a tutorial on how to create animated buttons in flash...cuz all the tutorials sucks..even video tutorials... they need to explain much more...cuz i am like a robot did this tutorial hundred times..(never worked to me becuz the problem at top of this post)..but alone i cant make the simple animated button... if there is anybody that know flash good...its not gonna be hard to make it....just i need a tutorial with pics and i need you to explain what do you doing and why? heres a good site of video tutorials for flash... flashvideotutorials.info... if anybody can explain this tutorial ill be happy its can be a good start for a begginers: flashvideotutorials.info --->tutorials --->skip to tutorials ---> buttons ---> flash buttons 2 tutorial... thanks Last edited by narkoman; 07-02-2008 at 03:52 PM. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|