external movieclips

This is a discussion on "external movieclips" within the Flash & Multimedia Forum section. This forum, and the thread "external movieclips are both part of the Design Your Website category.



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

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 17th, 2005, 07:26
Junior Member
Join Date: Mar 2005
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
external movieclips

ive got the external moviecllips which isnt the prob--- its controlling the navigation on the timeline.heres my coding:
on (release) {
gotoAndPlay("media");
if (_root.currMovie == undefined) {
_root.currMovie = "tvstatic";
container.loadMovie("tvstatic.swf");
} else if (_root.currMovie != "tvstatic") {
if (container._currentframe>=container.midframe) {
_root.currMovie = "tvstatic";
container.play();
}
}
}


when i press it.. its works fine but during the process if i click another button itll start overlapping. i cant think right now so is there code i can put on the on release somewhere around there to stop any animation and directly go to the thing..

  #2 (permalink)  
Old Apr 18th, 2005, 16:25
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
It'll start overlapping, what do you mean?

And as for your code, I don't see that it's possible for your else if to ever be true based on that code. I don't know what midframe is either!
Closed Thread

Tags
external, movieclips

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
External HD Ryan Fait Webforumz Cafe 16 Jan 11th, 2008 13:28
external js alexgeek JavaScript Forum 6 Sep 23rd, 2007 20:57
duplicating movieclips twestasdf Flash & Multimedia Forum 6 Apr 14th, 2005 22:42
movieclips~ master_phat Flash & Multimedia Forum 2 Apr 6th, 2005 01:49
External Javascript MikeV JavaScript Forum 5 Aug 11th, 2004 08:12


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


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