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.
|
|
|
|
|
![]() |
||
external movieclips
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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.. |
|
|
|
|||
|
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! |
![]() |
| Tags |
| external, movieclips |
| Thread Tools | |
|
|
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 |