PDA

View Full Version : [F5]Arg!! For Actionscript Guru!! Beginner needs help!



FatBeat
February 28th, 2003, 08:39 PM
Hi i was wondering if someone can help me

i just want to know if one layer can move quicker then the movie frameset

exmple { movie frameset is 12 i just want one layer to go at 20 }

is that possible, if so can you please help
thank you very much have a great day

Danneman
February 28th, 2003, 10:43 PM
I tried using different swf-files with different speed on different levels, but it appears that the main-movie sets the speed for them all...so no luck that way.

CyanBlue
March 1st, 2003, 01:19 AM
Howdy...

Danneman is correct...

If you want to FAKE the effect, you can skip the frame at a tme, play frame 1, 3, 5, 7,... So that it will be looking like 24/12... Using the gotoAndPlay() function properly would help you alot... =)

FatBeat
March 2nd, 2003, 12:40 PM
thank you very much