[MX] actionscript prob

This is a discussion on "[MX] actionscript prob" within the Flash & Multimedia Forum section. This forum, and the thread "[MX] actionscript prob are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 21st, 2007, 17:04
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
[MX] actionscript prob

Hi,

I've got a labelled frame [escape] within a movieclip [salons_mc] on my root timeline but i can't get to it when i click on the relevant button [_escape] which is in another movie clip [scroller_mc] which is also in my root timeline.

So I kinda come out of one movieclip onto the root and go straight into another movie clip. I think I need to be mentioning scroller_mc somwhere in my script but I don't know where or how.

Here's the script I'm using on the actions frame within the scroller_mc:

Code: Select all
_root.scroller_mc._escape.onRelease = function(){
    _root.salons_mc.gotoAndStop("escape");
}
Thanks in advance to anyone who replies.
Reply With Quote

Reply

Tags
actionscript, nesting

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
ie6 prob with header karloff Web Page Design 1 Apr 27th, 2007 21:05
hey.. image prob mohammedhajat Flash & Multimedia Forum 8 Oct 4th, 2006 13:11
BG prob in firefox tkey Web Page Design 6 Jun 5th, 2006 12:50
nav bar prob OK IE6 wrong FF brunoc Web Page Design 1 May 8th, 2006 02:47
IE prob karloff Web Page Design 11 Apr 24th, 2006 11:41


All times are GMT. The time now is 07:38.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43