# Lost in beta

**URL:** https://forum.kirupa.com/t/lost-in-beta/12717
**Category:** Uncategorized
**Created:** [February 3, 2003, 11:44pm UTC](https://forum.kirupa.com/t/lost-in-beta/12717 "2003-02-03T23:44:08Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![penguin006](https://avatars.discourse-cdn.com/v4/letter/p/7feea3/32.png) [@penguin006](https://forum.kirupa.com/u/penguin006)
#### Post date: [February 3, 2003, 11:44pm UTC](https://forum.kirupa.com/t/lost-in-beta/12717/1 "2003-02-03T23:44:08Z")

</div>

Can you please write a tutorial for the signature banner you have? the one on kirupas is a little different. i like the front layer and the background squishing the txt. How would i do that?

---

<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: [February 3, 2003, 11:53pm UTC](https://forum.kirupa.com/t/lost-in-beta/12717/2 "2003-02-03T23:53:15Z")

</div>

its just modifying the tutorial and using different layers to move the movieclips.

---

<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: [February 4, 2003, 1:29am UTC](https://forum.kirupa.com/t/lost-in-beta/12717/3 "2003-02-04T01:29:21Z")

</div>

what is the basic loop script? I made a signature thingy.

1. basic resolution size for a siggy?
2. basic script i put at the end to repeat the whole flash file?
3. rollover technique so that the background changes to black from white when the mouse goes over?

thanx

---

<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: [February 4, 2003, 1:53am UTC](https://forum.kirupa.com/t/lost-in-beta/12717/4 "2003-02-04T01:53:56Z")

</div>

Correct me if I’m wrong.

It’s just 1 frame so you dont need a script to loop it.  
And the sprites are dupicated movieclips with actionscript on them.

---

<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: [February 4, 2003, 1:55am UTC](https://forum.kirupa.com/t/lost-in-beta/12717/5 "2003-02-04T01:55:04Z")

</div>

more than 1 frame =0( there is some creat motion tween action going on =P

---

<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: [February 4, 2003, 2:00am UTC](https://forum.kirupa.com/t/lost-in-beta/12717/6 "2003-02-04T02:00:53Z")

</div>

Its only one frame long. There is no motion tween. its all done with action script.

---

<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: [February 4, 2003, 2:04am UTC](https://forum.kirupa.com/t/lost-in-beta/12717/7 "2003-02-04T02:04:50Z")

</div>

my questions in my 1st reply are for something else not beta’s siggy.

---

<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: [February 4, 2003, 6:04am UTC](https://forum.kirupa.com/t/lost-in-beta/12717/8 "2003-02-04T06:04:35Z")

</div>

> \*Originally posted by penguin006 \*  
> \*\*what is the basic loop script? I made a signature thingy.

1. basic resolution size for a siggy?
2. basic script i put at the end to repeat the whole flash file?
3. rollover technique so that the background changes to black from white when the mouse goes over?

thanx \*\*

1. whatever you want it to be…you could just look around and see what everyone else’s is… Mine is 300x75…just to give you an idea

2. gotoAndPlay(1);

3. simplistic way: create a movie clip that has this: frame 1 - 10 is a tween that changes a big block from white to black… frame 10 [stop();]

the stuff in brackets is Actionscript. Now, make a big button that covers your entire movie…then have the keyframe for “over” be the movie clip that we just made.

now but the button in your movie…when you roll over the button, it should play your movie clip…which is a big block (your background) fading from white to black…like my sig.

---

<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: [February 5, 2003, 4:02am UTC](https://forum.kirupa.com/t/lost-in-beta/12717/9 "2003-02-05T04:02:12Z")

</div>

1)300x60 is the requirement for a footer. But if you go a tad over that we won’t complain.

As for my footer.

It is 1 frame long, and uses the Easing with mouse follow tutorial on the site.

I used the code but took out all lines referring to the \_y and \_ymouse coordinates.

Then I applied it to 4 layers, 3 images and 1 text. Each layer contains an image exported from Photoshop (.png) and Imported in Flash and is 3 times the length of my canvas width in Flash.

I then centered these clips (CTRL+K for alignment panel) and made them into movie clip symbols which I used the actionscript on.

It isn’t as hard as it looks 😉

Although I might write a tutorial on it because I am tired of getting 14+ emails a day asking me how I did the thing…lol. (yes, I literally do get many e-mails asking this)

---

<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: [February 5, 2003, 4:05am UTC](https://forum.kirupa.com/t/lost-in-beta/12717/10 "2003-02-05T04:05:56Z")

</div>

Beta: You know how to fix that? Don’t use that footer! I only get one or two questions a month on mine. lol…

---

<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: [February 5, 2003, 4:13am UTC](https://forum.kirupa.com/t/lost-in-beta/12717/11 "2003-02-05T04:13:35Z")

</div>

LOL, but I likes me footer :pirate:
