TwelvestoneFlash

Load Movie Dynamic Text


Sign in

  • Waiting for Godot ( 730 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 5.1 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.9 k posts )
    general front end design an...
  • Back End ( 9.7 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
Flak
 
2003-02-06

Ok so my movie works great on its own, dynamic text with a scroll bar. But, I want to load this into another movie, that it will play on release of a button. I'm using load movie and loading it into a target. The scroll buttons show but not the dynamic text. It's been so long since I did this and I'm about to pull my hair out. I tried loading the text into a higher level in the movie but no go. Ummmm HAAAAEEELLP!!!

jverbal
 
2003-02-06

post some code, but it sounds like it just a path problem, make sure you are targeting the text box properly

and HI stacey

Flak
 
2003-02-06

JVERBAL!!!!!!! k

how are you sweetie?

from my main movie button:

on (release) { loadMovie("news.swf", "news"); }

from my text movie:

loadVariablesNum("news.txt", 5);

and my scrollies:

on (release) { news.scroll += 1; }

on (release) { news.scroll = 1; }

jverbal
 
2003-02-06

flash5 shit is throwing me off but it looks like you are loading the news.swf into a movieclip called news

then you are loading the txt file into level5??

try loadVariablesNum("news.txt", _root.news);

Flak
 
2003-02-06

Actually it's MX, should i be doing it differently?

jverbal
 
2003-02-06

well dont have to be but there is newer syntax for some of what you are doing

in MX you can give buttons names so can call your button jon for example and then

jon.onPress = function() { news.loadMovie("news.swf"); }

its just updated syntax not a big deal really, easier to have all the code in one place though

Flak
 
2003-02-06

Cool k Ok, so its loading the scroll buttons, but still not loading the dynamic text.

garyalfred
 
2003-02-07

Hey Flak

why are you loading into "_level5"?

And then shouldn't you be retrieving your variables via _level5.variableName?

Flak
 
2003-02-07

ummm should I?

this is my first venture into MX. k

Ok, lets start this over.

I have a movie. It loads dynamic text. It scrolls. It works fine.

How do i get that movie to play in another movie when i press a button?

God this used to be so easy k

garyalfred
 
2003-02-07
Flak
 
2003-02-07

Do you know how hard it is to be blonde sometimes?

thanks GAB, I really appreciate you doint this for me k

thanks jverb!!

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFlash

Load Movie Dynamic Text