Sep 25, 2007 #1 wrighterb Programmer Feb 20, 2007 80 US I am trying to display a dynamic text block when called at a certain time in a movie. loadMovieNum(bio1.text,3); A text block being loaded into a movie?
I am trying to display a dynamic text block when called at a certain time in a movie. loadMovieNum(bio1.text,3); A text block being loaded into a movie?
Sep 25, 2007 #2 oldnewbie Technical User Dec 6, 2000 9,142 CA http://www.oman3d.com/tutorials/flash/loadvars_bc/ Regards. FLASH HELP - OPENED FOR BUSINESS! TO GET YOUR OWN FREE WEBSITE HOSTING Upvote 0 Downvote
http://www.oman3d.com/tutorials/flash/loadvars_bc/ Regards. FLASH HELP - OPENED FOR BUSINESS! TO GET YOUR OWN FREE WEBSITE HOSTING
Sep 25, 2007 Thread starter #3 wrighterb Programmer Feb 20, 2007 80 US I have all the dynamic text loading already,all good, works when I put just the text field out there in the time line. I am trying to load text now when function displayImage() { if(this>=that) { loadMovieNum(bio1.text,3); } And it load the text variable bio1=thisorthat into movie 3 at a certain location on the stage. Any Ideas? Upvote 0 Downvote
I have all the dynamic text loading already,all good, works when I put just the text field out there in the time line. I am trying to load text now when function displayImage() { if(this>=that) { loadMovieNum(bio1.text,3); } And it load the text variable bio1=thisorthat into movie 3 at a certain location on the stage. Any Ideas?
Sep 25, 2007 #4 oldnewbie Technical User Dec 6, 2000 9,142 CA I have absolutely no idea of what you're trying to do! Regards. FLASH HELP - OPENED FOR BUSINESS! TO GET YOUR OWN FREE WEBSITE HOSTING Upvote 0 Downvote
I have absolutely no idea of what you're trying to do! Regards. FLASH HELP - OPENED FOR BUSINESS! TO GET YOUR OWN FREE WEBSITE HOSTING
Sep 26, 2007 Thread starter #5 wrighterb Programmer Feb 20, 2007 80 US Instead of having the dynamic text block appear right away I want it to load when a certain condition is met. function displayTextField() { if(this>=that) { loadVars(bio1.text,3); } when this condition is met, load the text field. But I want to load it at a certain postion on the stage also. Does that make better sense? Upvote 0 Downvote
Instead of having the dynamic text block appear right away I want it to load when a certain condition is met. function displayTextField() { if(this>=that) { loadVars(bio1.text,3); } when this condition is met, load the text field. But I want to load it at a certain postion on the stage also. Does that make better sense?
Sep 26, 2007 Thread starter #6 wrighterb Programmer Feb 20, 2007 80 US Take a look at the animation http://www.wrighter.com/hs/ once the wheel stops it loads a the same number top left of stage, I also want to load a dynamic text field here saying that number. Upvote 0 Downvote
Take a look at the animation http://www.wrighter.com/hs/ once the wheel stops it loads a the same number top left of stage, I also want to load a dynamic text field here saying that number.