# Text changing effekt i love it

**URL:** https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315
**Category:** Uncategorized
**Created:** [July 26, 2004, 5:05pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315 "2004-07-26T17:05:51Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![nessie](https://avatars.discourse-cdn.com/v4/letter/n/e274bd/32.png) [@nessie](https://forum.kirupa.com/u/nessie)
#### Post date: [July 26, 2004, 5:05pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/1 "2004-07-26T17:05:51Z")

</div>

is ther any one out ther that knows how dey did this text changing effekt i love it i need it pleac can some one help me with this. And if anyone knovs how you make the mouse disaper ant then do a sizing tripp on the site and find its way back to the mouse. I wold lik that to! Tanke for the best forum in the U.

> **[Homepage](https://mortierbrigade.com)**
>
> mortierbrigade is an independent creative agency based in Brussels. Building brands that persuade consumers to choose your brand over others.

:sigh: /M

---

<div class="post-metadata">

### Author: ![stringy](https://avatars.discourse-cdn.com/v4/letter/s/919ad9/32.png) [@stringy](https://forum.kirupa.com/u/stringy)
#### Post date: [July 26, 2004, 6:08pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/2 "2004-07-26T18:08:03Z")

</div>

> [@nessie](#):
>
> is ther any one out ther that knows how dey did this text changing effekt i love it i need it pleac can some one help me with this. And if anyone knovs how you make the mouse disaper ant then do a sizing tripp on the site and find its way back to the mouse. I wold lik that to! Tanke for the best forum in the U.
> 
> [http://www.group94.com/](http://www.group94.com/)
> 
> :sigh: /M

I don`t know much about text but the mouse effect is quite easy.  
create an mc which looks like the mouse, give it a linkage identifier of mc and delete any instances of it from the stage  
on the timeline type  
function newmouse() {  
clearinterval(myinterval3);  
Mouse.hide();  
attachMovie(“mc”, “mc”, 1);  
mc.\_x = \_root.\_xmouse;  
mc.\_y = \_root.\_ymouse;  
mc.\_visible = false;  
myInterval = setInterval(mousemoveup, 20);  
}  
function mousemoveup() {  
mc.\_visible = true;  
mc.\_y -= 1;  
counter++  
if (counter\>100) {  
clearInterval(myinterval);  
myinterval1 = setinterval(moveDown, 20);  
}  
}  
function moveDown() {  
mc.\_y += (\_root.\_ymouse-mc.\_y)/20;  
mc.\_x += (\_root.\_xmouse-mc.\_x)/20;  
if (Math.abs(mc.\_y-\_root.\_ymouse)\<1) {  
clearInterval(myinterval1);  
removeMovieClip(mc);  
Mouse.show();  
}  
}  
myinterval3 = setInterval(newmouse, 2000);

you might be better triggering it on a rollover or something

---

<div class="post-metadata">

### Author: ![REEF](https://avatars.discourse-cdn.com/v4/letter/r/ce73a5/32.png) [@REEF](https://forum.kirupa.com/u/REEF)
#### Post date: [July 26, 2004, 6:20pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/3 "2004-07-26T18:20:07Z")

</div>

Can you please keep the lettering proper next time?

“Ther, dey, effekt, pleac, knovs, disaper, wold, lik, to (too).”

That can get really annoying sometimes.

–

Anyways, I don’t know what text changing effect you mean because all of the text changes in that site.

For the mouse one, when you want it to disappear, you can use _mouse.hide;_ and then make a movieclip that looks like the mouse. Then use the actionscript stringy provided or you can just tween it to where-ever position you need it in, and when you want the real mouse to come back, make the movieclip one disappear by deleting it off the stage or using as, and then use the as code: _mouse.show();_ on the frame you need it to appear again.

---

<div class="post-metadata">

### Author: ![jillymo](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@jillymo](https://forum.kirupa.com/u/jillymo)
#### Post date: [July 26, 2004, 6:25pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/4 "2004-07-26T18:25:10Z")

</div>

Hey reefster- did you bother to look where nessie is from? I doubt he/she was mispelling words on purpose. I imagine trying to write in an unfamilar language isn’t easy. Be nice.

---

<div class="post-metadata">

### Author: ![REEF](https://avatars.discourse-cdn.com/v4/letter/r/ce73a5/32.png) [@REEF](https://forum.kirupa.com/u/REEF)
#### Post date: [July 26, 2004, 6:33pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/5 "2004-07-26T18:33:45Z")

</div>

I wasn’t being mean. I was just being straight up and telling Nessie it’s much easier to read and understand things if the spelling is kept proper.

It doesn’t matter if she’s from sweden or not, the other words are spelt perfectly. If Nessie can spell mouse and sweden and anyone - I’m sure he/she will know that the word there requires 2 e’s.

---

<div class="post-metadata">

### Author: ![nessie](https://avatars.discourse-cdn.com/v4/letter/n/e274bd/32.png) [@nessie](https://forum.kirupa.com/u/nessie)
#### Post date: [July 26, 2004, 6:52pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/6 "2004-07-26T18:52:38Z")

</div>

I am a worthless speller and that´s because i´m dylectic !  
and hey bee upfron i like that. An i even like pepel how stand upp for others.

peace duda!:ne:

---

<div class="post-metadata">

### Author: ![REEF](https://avatars.discourse-cdn.com/v4/letter/r/ce73a5/32.png) [@REEF](https://forum.kirupa.com/u/REEF)
#### Post date: [July 26, 2004, 6:54pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/7 "2004-07-26T18:54:01Z")

</div>

Lol okay :P!

---

<div class="post-metadata">

### Author: ![nessie](https://avatars.discourse-cdn.com/v4/letter/n/e274bd/32.png) [@nessie](https://forum.kirupa.com/u/nessie)
#### Post date: [July 26, 2004, 7:05pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/8 "2004-07-26T19:05:14Z")

</div>

is the any one fo you duds how know how this is done?

Haw do you make “1:movie pic” 100%\*100% and the other “2:movie meny” to not resize on top of the 100%\*100% movie.Like this

> **[Buy Domains - Find a Premium Domain & Open Your Doors, BuyDomains.com](https://www.buydomains.com/lander/albaspina.com?domain=albaspina.com&utm_source=albaspina.com&utm_medium=click&utm_campaign=TDFS-OO-BDLander&traffic_id=TDFS-OO-BDLander&traffic_type=tdfs)**
>
> Buy a domain and see how a premium domain can be the best investment. Your business starts here. Buy a domain today.

/M

---

<div class="post-metadata">

### Author: ![jillymo](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@jillymo](https://forum.kirupa.com/u/jillymo)
#### Post date: [July 26, 2004, 7:14pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/9 "2004-07-26T19:14:52Z")

</div>

Well there is probably a lot of ways you can do it but it is probably as simple as having one fla with different layers. The menu box has alpha set to probably about 30% or somewhere around that.

---

<div class="post-metadata">

### Author: ![nessie](https://avatars.discourse-cdn.com/v4/letter/n/e274bd/32.png) [@nessie](https://forum.kirupa.com/u/nessie)
#### Post date: [July 26, 2004, 7:21pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/10 "2004-07-26T19:21:58Z")

</div>

:h: i´m no at this

could you please please please send me a .fla because i have tryd to mak this happen whit help from many people but none hav so far got it right.

:thumb: :thumb: :thumb: :thumb: :thumb: :hugegrin:

/M

---

<div class="post-metadata">

### Author: ![jillymo](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@jillymo](https://forum.kirupa.com/u/jillymo)
#### Post date: [July 26, 2004, 8:36pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/11 "2004-07-26T20:36:34Z")

</div>

well I made an example for you but it is too large for me to post as an attachment give me your email and I will send it to you

---

<div class="post-metadata">

### Author: ![wizard](https://avatars.discourse-cdn.com/v4/letter/w/a87d85/32.png) [@wizard](https://forum.kirupa.com/u/wizard)
#### Post date: [July 26, 2004, 8:41pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/12 "2004-07-26T20:41:59Z")

</div>

WinZip, as in: Try putting the file in a .zip.

---

<div class="post-metadata">

### Author: ![jillymo](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@jillymo](https://forum.kirupa.com/u/jillymo)
#### Post date: [July 26, 2004, 8:44pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/13 "2004-07-26T20:44:00Z")

</div>

I did that already wizard it’s still too large. I seem to always have a problem with that. One raster image in my fla and it is too large even when I zip it…

:\*(

---

<div class="post-metadata">

### Author: ![wizard](https://avatars.discourse-cdn.com/v4/letter/w/a87d85/32.png) [@wizard](https://forum.kirupa.com/u/wizard)
#### Post date: [July 26, 2004, 8:46pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/14 "2004-07-26T20:46:18Z")

</div>

> [@jillymo](#):
>
> I did that already wizard it’s still too large. I seem to always have a problem with that. One raster image in my fla and it is too large even when I zip it…
> 
> :\*(

lol, awww. :\*(

---

<div class="post-metadata">

### Author: ![jillymo](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@jillymo](https://forum.kirupa.com/u/jillymo)
#### Post date: [July 26, 2004, 8:47pm UTC](https://forum.kirupa.com/t/text-changing-effekt-i-love-it/117315/15 "2004-07-26T20:47:44Z")

</div>

:jail: imprisoned by my large file sizes
