# \[F5\]Arg! For Actionscript Guru! Beginner needs help!

**URL:** https://forum.kirupa.com/t/f5-arg-for-actionscript-guru-beginner-needs-help/14663
**Category:** Uncategorized
**Created:** [March 1, 2003, 1:39am UTC](https://forum.kirupa.com/t/f5-arg-for-actionscript-guru-beginner-needs-help/14663 "2003-03-01T01:39:31Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![FatBeat](https://avatars.discourse-cdn.com/v4/letter/f/58956e/32.png) [@FatBeat](https://forum.kirupa.com/u/FatBeat)
#### Post date: [March 1, 2003, 1:39am UTC](https://forum.kirupa.com/t/f5-arg-for-actionscript-guru-beginner-needs-help/14663/1 "2003-03-01T01:39:31Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [March 1, 2003, 3:43am UTC](https://forum.kirupa.com/t/f5-arg-for-actionscript-guru-beginner-needs-help/14663/2 "2003-03-01T03:43:00Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [March 1, 2003, 6:19am UTC](https://forum.kirupa.com/t/f5-arg-for-actionscript-guru-beginner-needs-help/14663/3 "2003-03-01T06:19:33Z")

</div>

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… =)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [March 2, 2003, 5:40pm UTC](https://forum.kirupa.com/t/f5-arg-for-actionscript-guru-beginner-needs-help/14663/4 "2003-03-02T17:40:12Z")

</div>

thank you very much
