Be a Supporter!

streaming MCs inside MCs

  • 507 Views
  • 4 Replies
New Topic Respond to this Topic
UncompleteableTeaser
UncompleteableTeaser
  • Member since: Jan. 8, 2005
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
streaming MCs inside MCs 2005-11-29 20:08:06 Reply

this is agravating! I can't set a streamed music file to stream over scenes, so I had to convert all my scenes individually to individual Movie clips, then set them in the timeline of the "main" scene, with the song. But that does not stream the animation INSIDE the movie cliped scenes! it only makes them last the right amout of time on the screen. I was wondering if anyone has already been through this problem, and knows what to do. I believe the only way is to take out every frame of each scene, and put them into the timeline? but I don't think I have the ram for that. -_-


><><><><><><><><><><><><

UncompleteableTeaser
UncompleteableTeaser
  • Member since: Jan. 8, 2005
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to streaming MCs inside MCs 2005-11-29 20:19:06 Reply

bump


><><><><><><><><><><><><

FrostedMuffins
FrostedMuffins
  • Member since: Nov. 3, 2004
  • Offline.
Forum Stats
Supporter
Level 29
Programmer
Response to streaming MCs inside MCs 2005-11-29 20:23:27 Reply

Hey man, what's up? Well, one way you can do it is have a movie clip with the music clip inside of it, streamed. Then have another blank mc that you can put inside of the mc with the music in it. Then, inside of the music movie clip, click on the blank movie clip and press F11, copy paste this into the box:
onClipEvent(enterFrame) {
_root.currentmusic = _parent._currentframe
}
onClipEvent(load) {
_parent.gotoAndPlay(_root.currentmusic)
}
and on the first frame of the entire movie. put this code on the frame:
currentmusic = 1;
and it should work.
If it doesn't... well, there are other ways, I'd post them if I didn't have to go in 2 minutes.

UncompleteableTeaser
UncompleteableTeaser
  • Member since: Jan. 8, 2005
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to streaming MCs inside MCs 2005-11-29 20:29:49 Reply

okay, I'll try that, but I think I'll probably be going with just having them all together; every layer of it in one scene. it's slow, but easy-organised. :|


><><><><><><><><><><><><

FrostedMuffins
FrostedMuffins
  • Member since: Nov. 3, 2004
  • Offline.
Forum Stats
Supporter
Level 29
Programmer
Response to streaming MCs inside MCs 2005-11-30 03:46:18 Reply

At 11/29/05 08:29 PM, UncompleteableTeaser wrote: okay, I'll try that, but I think I'll probably be going with just having them all together; every layer of it in one scene. it's slow, but easy-organised. :|

There are much better ways of doing it, just contact me again. Remember me? We worked on that game.... it was really cool.... then we took a break.... and never finished it.....