This is a discussion on "[SOLVED] animated button problem" within the Flash & Multimedia Forum section. This forum, and the thread "[SOLVED] animated button problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] animated button problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
[SOLVED] animated button problem
Hi, this is what I'm makin:
http://www.gotoandflash.com/smartpet...etplace_3.html Now sometimes when you roll off a 'house'button the house stays large..this is the script I put in the mc: stop(); door._visible = false; this.hitArea = door; this.onEnterFrame = function(){ if(rewind == true){ prevFrame(); } } this.onRollOver = function(){ rewind = false; play(); } this.onRollOut = function(){ gotoAndPlay(11) } this.onRelease = function(){ gotoAndPlay(_root.gotoAndStop("h3"))} Does anyone know what I'm doing wrong? Thanks, Marieke |
|
|
|
#2
|
|||
|
|||
|
Re: animated button problem
Try change the onEnterFrame to onMouseMove, maybe this can help...
__________________
Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
|
|
#3
|
|||
|
|||
|
Re: animated button problem
That sounds like a smart move since all the mc's are in one frame..but then again if u've never used te onMouseMove script you don't know it exists untill someone teaches you it! Thanks! I think it works ok now.
|
|
#4
|
|||
|
|||
|
Re: [SOLVED] animated button problem
Glad it helps
__________________
Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| more than one animated button for menu | ketanco | JavaScript Forum | 4 | May 22nd, 2008 22:56 |
| [SOLVED] Movieclip button active state problem !! Help Please !! | alladeen | Flash & Multimedia Forum | 6 | Oct 25th, 2007 14:40 |
| button problem! | edd_jedi | Flash & Multimedia Forum | 11 | Jun 19th, 2007 22:05 |
| Flash Button Problem - please help! | miguelvlima | Flash & Multimedia Forum | 3 | Mar 29th, 2007 13:17 |
| hover button problem | slumber | JavaScript Forum | 2 | Jul 8th, 2006 11:10 |