| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Munky Designs Join Date: May 2005
Posts: 996
![]() ![]() ![]() | complex roll over button ok, i enjoy working in flash, and ive seen loads of good rollover effects, and always wondered how to do them, and then I came across this tutorial,(http://www.kirupa.com/developer/mx20...ton_effect.htm) and I though great! but, my buttons starts its animation as soon as the flash is loaded, and this is clearly wrong, ive no idea what im doing wrong. the code im using is : stop(); this.onEnterFrame = function(){ if(rewind == true){ prevFrame(); } } this.onRollOver = function(){ rewind = false; play(); } this.onRollOut = function(){ rewind = true; } this.onRelease = function(){ getURL("http://www.kirupa.com","_blank"); } same as the tut, but the //stop(); is stop(); can anyone else go through the tut and see if it works for them? thanks ????: NamePros.com http://www.namepros.com/programming/122564-complex-roll-over-button.html Todd |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Sep 2005
Posts: 248
![]() ![]() | I went through the tutorial and can only tell that it's working for me... Are you previewing your flash in a browser? You might close your browser first because it might be a caching problem (if you first played this file without uncommenting the "stop" ) |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Free button advertising (one month) | Stephen | The Break Room | 7 | 07-23-2005 08:03 PM |
| Playing and Rewinding a movie clip with a button event | netslinger | Graphic Design / Flash | 1 | 06-02-2005 01:32 PM |
| Using a template, trying to add text to a button | larky_starz | Graphic Design / Flash | 2 | 05-08-2005 06:06 AM |
| Back Button problem after log out HELP! | 3rulzs | Programming | 2 | 05-17-2004 07:55 AM |
| Howto: Protect your site from BACK BUTTON TRAPS | Mp)Tarh | Webmaster Tutorials | 0 | 08-10-2003 01:13 PM |