View Full Version : ATTN MODs:::BEST OF KIRUPA
I am not Jubba
April 18th, 2002, 06:30 PM
I just thought that the post by Pom, "Difference between _root[] and eval()" should be in the Best of Forum. I would bring it to the front, but I'm not sure if you want to put it in the best of. Its in this Forum on page 5. I think its the only one by Pom on that page.
upuaut8
April 18th, 2002, 10:25 PM
I'll see what I can do. Thanks
I am not Jubba
April 18th, 2002, 11:53 PM
I just thought that it explained the diff btwn to two pretty well, and wanted to bring it to your attention. :)
bbarot2002
April 20th, 2002, 03:24 AM
Dear sir,
I found Kirupa.com is very usefull for any flash designer and programmer. I have learned most of Action script from kripa tutorial. I am happy. The turorials are in systematic way. any one can follow.
Sir, I have confussion
I have nice knowledge of flash, but one problem
How can i increase the speed of movie (except increase in frame rate) ?
Please Reply asap.
Thanks
Balveer
I am not Jubba
April 20th, 2002, 07:44 AM
I think that inscreasing the frame rate is the only way to increase the speed of the movie. If you are using tweens you can move the object more distance in less frames. if you are using actionscript, just add more to the movement.
ilyaslamasse
April 24th, 2002, 05:56 PM
There's a fla by Sinf about that in a post somewhere. I'll try to find it if you can't.
pom 0]
sinfiniti
April 24th, 2002, 10:39 PM
the fla is available at:
jeremydecker.s5.com/play_control.fla (http://jeremydecker.s5.com/play_control.fla)
the resulting swf from that file can be used as a utility to control the frame rate of movies. however, it won't control children of the clip that it is controlling - that would bog down people's computers. if you would like to control a clip and all it's children just add this function on the root timeline:
function fPlayWithChild(mc, fps){
_root.fPlayControl(mc, fps);
for(ii in mc){
if(typeof(mc[ii])=="movieclip"){
_root.fPlayControl(mc[ii], fps);
}
}
}
the utility can be cleaned up quite a bit to increase performance, but i'm not going to do that update in flash 5 now that i have mx.
if there is a demand for the mx fla please let me know.
:)
jeremy
ilyaslamasse
April 28th, 2002, 10:14 AM
I've just done it Jubby. thanks.
pom 0]
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.