
Welcome Guest
|
#1
|
|||
|
|||
|
Global Function not wanted on all scenes!
hey guys!
Having a problem with a listener ive got setup. It currently plays the movie when ever a mouse button is pressed, so there's lots of scenes that each have a stop() and then then continue to next scene when mouse is clicked. HOWEVER, on the last scene i have an embedded movieclip with this same function (as i reached the 16,000 frame limit!) and i dont want the parent to have this listener anymore, just the embedded movieclip because when it's clicked it's moving onto the next scene and the movieclip is being lost! heres the code, Actionscript:
onMouseDown = function() {
_root.play();
}Last edited by FlashMove : 04-09-2010 at 08:17 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 |
| Function Consolidation Help | SpectacularStuf | Flash CS3 / Flash 9 |
0 | 09-29-2007 03:20 AM |
| Slight actionscript forum | Agent-VIP | Newbies |
0 | 05-08-2007 12:30 AM |
| Newbie! Cannot access flash.net.FileReference | paulr | Actionscript 2.0 |
7 | 12-21-2006 11:33 AM |
| Buttons ... damned BUTTONS | gooup | Flash 8 |
3 | 10-15-2006 12:31 AM |
| Functions | ssjskipp | Flash MX ActionScript |
5 | 03-22-2005 12:42 AM |





