TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

tellTarget prob/question in flash

Page: 1 Reply
Jun 1st 2003#106123 Report
Member since: May 24th 2003
Posts: 212
hey, (am using flash 5)

i have a main movie(main.swf) with th content on, and an actionscript to
loadMovie(menu.swf,"");

on that menu.swf i have my menu system, one of the links is "home" and i want this to

goToandPlay("1");

on the main movie(main.swf).

I understand and can use TellTarget. how can i make one movie effect another?

I've tried

TellTarget(main.swf){
GoToandPlay(1);
}

help what is the code!? thanks
Reply with Quote Reply
Jun 1st 2003#106126 Report
Member since: Mar 24th 2002
Posts: 3114
TellTarget is to tell objects to do something, I don't think it applies to whole clips. I could be totally wrong too.

I never really undestood why people make so many different .swf's, when you can just make new objects inside the same file?
Reply with Quote Reply
Jun 1st 2003#106134 Report
Member since: May 24th 2003
Posts: 212
lol the reason ppl make so many movies is so it reduces loadin times and breaks down th website.

if the whole website is 1000k (example) and each of the 5 movies are 200k each, then to make the first page work it takes 1/5 the time. then when you click a link it then loads another 200k movie then it all loads quicker than 1000k to start with.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum