# Website - Transition and Sound Issues

**URL:** https://forum.kirupa.com/t/website-transition-and-sound-issues/236903
**Category:** flash
**Created:** [August 24, 2007, 7:13pm UTC](https://forum.kirupa.com/t/website-transition-and-sound-issues/236903 "2007-08-24T19:13:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Curvdaryn](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/curvdaryn/32/375_2.png) [@Curvdaryn](https://forum.kirupa.com/u/Curvdaryn)
#### Post date: [August 24, 2007, 7:13pm UTC](https://forum.kirupa.com/t/website-transition-and-sound-issues/236903/1 "2007-08-24T19:13:23Z")

</div>

Whats up everyone…

I have this site im working on, and I am trying to fix 2 problems. I am decent with flash but not too good. If anyone can help me I would be very appreciative.

URL: [www.blc1.com](http://www.blc1.com)

1. I can’t figure out how to have transitions between pages. I have each section of my flash site as an individual frame with the section’s content as movie clips on that single frame. Each navigational button uses a “gotoandstop” action. Here is the code im using for my buttons:

Code:

```php

stop(); this.onEnterFrame = function()
{ if(rewind == true){ prevFrame(); } } 
this.onRollOver = function(){ rewind = false; play(); } 
this.onRollOut = function(){ rewind = true; } 
this.onRelease = function(){ _root.gotoAndStop("creative"); }

```

I am looking to have it fade out before it does the gotoframe, this could be as simple as having a black rectangle movie clip fade in, then the gotoandstop runs. I just cant figure out how to do this AS.

1. My second problem is adding sound to my rollovers, for some reason I CANNOT figure this out. I’ve tried adding sound via dragging onto the rollover movie clip, and Ive also tried using a few actionscript methods. For some reason it will not work, if you take a look at my FLA you will agree this is a WEIRD issue. I have a introductory sound on my site and it plays fine.

I dont want to publish my FLA but if you PM me I can send you it.

Thank you guys in advance.
