
Welcome Guest
|
#1
|
|||
|
|||
|
Hi,
I had previously posted a thread with a question about playing an animation on the 'over' state of a button once only, then recognising the end frame of that animation - which necessitated some (to me) complex 'boolean' coding - which I haven't been able to implement... (as I don't comprehend how to assign a variable to a number of frames that contain an animation) However, now I have simplified the issue by placing the button movieclip on the last frame of an imported movieclip - so it will only appear after the animation has finished... Regrettably, now I find that this button is not responding to some simple code... and as I have checked the script for errors, I'm once again at a loss as to what I'm doing incorrectly... Here's the script: Actionscript:
stop();
LogoButtMov_mc.LogoButton_btn.onRelease = function() {
loadMovieNum("RipeLogoPage.swf", 0);
}The LogoButtMov_mc is placed on the main stage, and within it, is the instance of the button I want to target (LogoButton_btn) - so it all looks OK as I've double-checked all the instance names... As the format of the project is now much simplified, I was hoping that this simple format - as in B follows A - where the button instance is not allowed to appear before the animation is complete - would allow me to target that button instance more directly, without having to use complex if/else or boolean coding... but am I incorrect? I've uploaded the file with the upper left button (the 'logo' button) as the coded example, with the swf's to load into the stage (level 0) - so I hope this sheds some light on the problem... Thx in advance...
Last edited by saumya : 09-12-2006 at 04:11 AM |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Button inside Movieclip with actions | gueycito | Flash CS3 / Flash 9 |
5 | 10-30-2009 03:19 PM |
| HELP! How do i creat a button inside movie clip and to open a movieclip | thugzanime | Flash CS3 / Flash 9 |
1 | 10-25-2009 02:11 AM |
| Probably simple, but not for me... button inside movieclip issue | npt | Newbies |
9 | 09-23-2008 04:55 PM |
| Simple Button inside movieclip problem... | jlbribeiro | Actionscript 2.0 |
7 | 08-29-2007 06:36 PM |
| Button inside a movieclip ~HELP~ | physix | Flash MX 2004 |
1 | 04-16-2005 09:29 AM |





