# My boss is chapping my \*\*\*!

**URL:** https://forum.kirupa.com/t/my-boss-is-chapping-my/19595
**Category:** flash
**Created:** [April 29, 2003, 7:00pm UTC](https://forum.kirupa.com/t/my-boss-is-chapping-my/19595 "2003-04-29T19:00:42Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![P\_Noble](https://avatars.discourse-cdn.com/v4/letter/p/8c91f0/32.png) [@P\_Noble](https://forum.kirupa.com/u/P_Noble)
#### Post date: [April 29, 2003, 7:00pm UTC](https://forum.kirupa.com/t/my-boss-is-chapping-my/19595/1 "2003-04-29T19:00:42Z")

</div>

I need some help!

I submitted this project to my bosses. And they want to make some changes.

Go here to view:  
[Web Banner](http://www.jcolemanco.com/carcare/htm)

They LIKE what I have done… but they want it to move quicker from product to next product.

This might mess with my loading of images and sound. So a longer preLoader in the front my have to happen.

My question is:  
I suggested that I could put a button that PAUSES the movie if you want to take the time to read the body copy.  
But if you don’t press the PAUSE BUTTON the movie plays quicker… maybe 3 seconds max on each scene.

Keep in mind that I have a looping sound playing in the background.

Is their some action script or code that I can place in a button that will pause the movie as long as the mouse is over a PAUSE BUTTON or maybe a stop/go buttons to stop and play the action ANYWHERE in the movie???

Help!!!  
\*\*\*\* Managers!!!

---

<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: [April 29, 2003, 7:51pm UTC](https://forum.kirupa.com/t/my-boss-is-chapping-my/19595/2 "2003-04-29T19:51:28Z")

</div>

I haven’t got flash on this pc, but this code will make a button stop the movie as long as the mouse is over it.(say the button is called myButtton.)

if you centralize your code (write the button code on the first frame of the main stage)  
[AS]myButton.onRollOver() = function(){  
\_root.stop();  
}

myButton.onRollOut() = function(){  
\_root. play#  
// or if you use scenes  
\_root.nextScene();  
}

/_this is an alternative way. This code must be placed on the button_/  
on (rollOver){  
\_root.stop();  
}  
on(rollOut){  
\_root.play();  
// for scenes  
\_root.nextScene();  
}  
[/AS]

---

<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: [April 29, 2003, 8:50pm UTC](https://forum.kirupa.com/t/my-boss-is-chapping-my/19595/3 "2003-04-29T20:50:11Z")

</div>

you should have the display go through all of the products swiftly, and then start back at the first one, and cycle through at the slower rate. if you havn’t already, up your FPS from 12 to 24. Also, your computer voice does not pronounce vacuums very well… its kinda funny. but other than that, you’ve got some good work…

---

<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: [April 29, 2003, 8:56pm UTC](https://forum.kirupa.com/t/my-boss-is-chapping-my/19595/4 "2003-04-29T20:56:44Z")

</div>

Where do I find the 12 - 24 rate???

Yes the computer generated voice I found has a hard time with many words!!!  
I tried to fool it and spell the word vacum and that didn’t do it.

Where do I find the 12 - 24 rate???  
And what would the purpose be?

---

<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: [April 29, 2003, 9:01pm UTC](https://forum.kirupa.com/t/my-boss-is-chapping-my/19595/5 "2003-04-29T21:01:01Z")

</div>

Found it.

That real fast now!!!

---

<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: [April 29, 2003, 9:03pm UTC](https://forum.kirupa.com/t/my-boss-is-chapping-my/19595/6 "2003-04-29T21:03:59Z")

</div>

the 12-24 doubles the frame rate of your animation. notice how smooth everything is? if you want it slower, then make your motion tweens longer…

try “va- qumb” or “va-cume”

you can fool the robot speach if you spell things out phonetically…

---

<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: [April 29, 2003, 9:06pm UTC](https://forum.kirupa.com/t/my-boss-is-chapping-my/19595/7 "2003-04-29T21:06:39Z")

</div>

Thanks!

I will try all of that.

I didn’t save my old version I should have and I be the 24 rate would have done the trick!  
Plus adding the “PAUSE”

I will try the spelling trick as well.

Thanks!
