# Big help needed in changing variables

**URL:** https://forum.kirupa.com/t/big-help-needed-in-changing-variables/2348
**Category:** Uncategorized
**Created:** [April 16, 2002, 8:56pm UTC](https://forum.kirupa.com/t/big-help-needed-in-changing-variables/2348 "2002-04-16T20:56:06Z")
**Posts on this page:** 11
**Page:** 1

<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 16, 2002, 8:56pm UTC](https://forum.kirupa.com/t/big-help-needed-in-changing-variables/2348/1 "2002-04-16T20:56:06Z")

</div>

This is one of the coolest menu I found on ultrashock. Here’s the .fla

[www.skillfish.com/a12.fla](http://www.skillfish.com/a12.fla)

Notice when you mouse over the 3 buttons - the blocks form the following:

alesys  
ucandoit2  
dark side

Where is the text stored? I dissected the .fla and didnt find it anywhere.

---

<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 16, 2002, 11:49pm UTC](https://forum.kirupa.com/t/big-help-needed-in-changing-variables/2348/2 "2002-04-16T23:49:54Z")

</div>

the code with the text is on the biggest movie clip on the main stage. good luck breaking that code apart. I have no idea how to do it, but you can change the text and try 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: [April 17, 2002, 1:01pm UTC](https://forum.kirupa.com/t/big-help-needed-in-changing-variables/2348/3 "2002-04-17T13:01:12Z")

</div>

Due to copyright legal action potentiality, I can’t really edit this and get away with it. I can say that I manipulated it very easily by placing this in the first frame:

saya=“goodbye”;  
sayb=“hello”;  
sayc=“welcome”;  
sayd=“game over”;  
saye=“burp”;  
sayf=“qui”;

And editing the large movie clip on the main stage to begin like this, instead of how it was before.

onClipEvent(load){  
cuadroScale=1  
cuadro.\_width=1  
if(\_level0.idioma eq “esp”){  
palabra1=\_root.saya;  
palabra2=\_root.sayb;  
palabra3=\_root.sayc;  
}  
else{  
palabra1=\_root.sayd;  
palabra2=\_root.saye;  
palabra3=\_root.sayf;  
}

Now I’m not all that sure what the else statement is for yet. I have not been able to get it to change to my alternative texts but it’s all writen using none English terms…

There is code also in the movie clips to the left. They have movie clips inside them which contain another movie clip and a button. The movie clip may have code on it as well.

Good luck but that’s probebly the best I can do until I figure it out… probebly take a while considering my language skills. 🙂

---

<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 17, 2002, 2:11pm UTC](https://forum.kirupa.com/t/big-help-needed-in-changing-variables/2348/4 "2002-04-17T14:11:55Z")

</div>

I almost have the whole code cracked and I will be able to do a similar effect. but i won’t be able to do it until later. I need a couple days to finish up. I will start today and I will let you know when i am finished.

Also, it will not be exactly the same due to the copyright protection, but it will be a similar effect that you can use. Upu, don’t worry about translating it, I have it under control, unless you want to take the time to do it.

---

<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 17, 2002, 4:54pm UTC](https://forum.kirupa.com/t/big-help-needed-in-changing-variables/2348/5 "2002-04-17T16:54:33Z")

</div>

upu, to make use of the “else”, all you need to do is set the variable “idioma” on \_root, as in idioma=“esp” (language change, btw…)

---

<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 17, 2002, 5:47pm UTC](https://forum.kirupa.com/t/big-help-needed-in-changing-variables/2348/6 "2002-04-17T17:47:44Z")

</div>

here’s something i was playing with a couple weeks ago. it might help.  
[jeremydecker.s5.com/ease\_alphabet.swf](http://jeremydecker.s5.com/ease_alphabet.swf)  
[jeremydecker.s5.com/ease\_alphabet.fla](http://jeremydecker.s5.com/ease_alphabet.fla)  
not the cleanest code for this effect due to the fact that i was also checking out the globalToLocal stuff.  
dynamic and scalable though!  
🙂  
jeremy

---

<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 17, 2002, 9:55pm UTC](https://forum.kirupa.com/t/big-help-needed-in-changing-variables/2348/7 "2002-04-17T21:55:29Z")

</div>

still pretty @#%$ clean though Sinf. I just figured out that you could do

nLabel = \_root[“MCcopy”+ii,ii]

and then do

nLabel.\_y = …  
nLabel.\_whatever = …dfhafdafds

that seems to make the code a lil cleaner…

---

<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 18, 2002, 9:37pm UTC](https://forum.kirupa.com/t/big-help-needed-in-changing-variables/2348/8 "2002-04-18T21:37:17Z")

</div>

crack code whaaa? I thought with a .fla file, it is provided for tutorial purposes…and you still havta crack codes?

Anyways, there must be a variable text stored somehwere where it can be changed easily huh? You guys figure that one out yet?

appreciate the time…

---

<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 18, 2002, 9:55pm UTC](https://forum.kirupa.com/t/big-help-needed-in-changing-variables/2348/9 "2002-04-18T21:55:13Z")

</div>

I answered that in my first post. On the big movie clip on the main stage you can changed the “palabra” variables.

however you cannot use that exact file because of copyright laws.

---

<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 19, 2002, 3:29am UTC](https://forum.kirupa.com/t/big-help-needed-in-changing-variables/2348/10 "2002-04-19T03:29:59Z")

</div>

It’s not really cracking code… the problem is all the variables are in spanish (I think)… other than that, the whole thing looks pretty easy to make.,

---

<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 19, 2002, 3:50am UTC](https://forum.kirupa.com/t/big-help-needed-in-changing-variables/2348/11 "2002-04-19T03:50:59Z")

</div>

yeah thats what i was talking about. My spanish is a wee bit rusty even though I took it for almost 7 years in Jr. and Sr. high. because of the language thing I was so confused looking over that code.
