Loading and unloading several movies in the same time line

btw…the button that says “the shack” is working now…

:wink:

8o

Can you Explain a little more? I don’t really understand. The unloading wasn’t working on my machine, but it might be because this machine is a piece of sh!t

ha! 999

hehehe!..

well the unloading worked 'cuz i added the _root. to the button…remember?

you said:
on(press)
movie = 1

i added:
on(press)
_root.movie = 1

and it worked…

now the problem is that the movies loads and unloads but they kinda stay in a loop of alpha-ins and alpha-outs…

did u check the site?..it didn’t worked?
<img src=http://www.ezboard.com/intl/aenglish/images/emoticons/ohwell.gif ALT=":">

Did you change the code in anyway? because for the fading, if you use anything other than 10 or 20, or any other number that divides evenly into 100 then it will glitch.

i’m using 30 and it still doesn’t work…

did u checked the site?

mangrove

there’s the .swf file…

8o

ok that was dumb…sorry…anyway…i used 10, 20, 40, 50 everything…it didn’t worked…

the glitch goes kinda in crescendo…then it stops and starts again…the dramatism of the glitch changes with the values that i give the movie in the alpha action…

<img src=http://www.ezboard.com/intl/aenglish/images/emoticons/ohwell.gif ALT=":">

lol, sorry, that was funny! :lol: :rollin:

Anywho…change the else if statement to look like this

}else if(_root.movie!== 3 && _alpha >= 0){

and change the number to match the if statement. it should work, worked for me, sorry I overlooked it before.

:lol:

hehehehe

well it says this:
Scene=Scene 1, Layer=sonidos, Frame=2: Line 7: Operator ‘!=’ must be followed by an operand
}else if(_root.movie!== 3 && _alpha >= 0){

:rolleyes:

oops, only one = sign

}else if(_root.movie != 3 && _alpha >= 0){

there you go. sorry about that. it should work now.

ok that’s perfect!..
darn you’re a saint!..
and i’m glad to be you 1000th… :lol:
no would u please explain me a little bit those last commands?
what are the !, &&, etc…?
8o

>= means greater than or equal to

!= means not equal to _root.movie is not equal to 3

&& means “and” so, if _root.movie isn’t equal to 3 and the _alpha is greater than or equal to 0, then do whatever…

anything else?

oh…and another thing…do u have a mac or pc?..cuz the page doesn’t work in macs…is there any way to fix that?

thanx again…a lot!

8o

another thing…-you must be really, really tired of me-…

do u have a url?..'cuz i can place a little link of your site on my page…you’re not a competitor since my work is in Puerto Rico…so, i can place a link in the page…just asking…

and other thing…i’m having a prob with the script of the preloader kirupa has here…i’ve used my own, macromedia’s and kirupa’s…none of them worked… <img src=http://www.ezboard.com/intl/aenglish/images/emoticons/ohwell.gif ALT=":">

8o

I have PC, i don’t know why it wouldn’t work on a Mac, someone else might know, but I have no clue. I haven’t used a Mac in at least 8 years.

I don’t have a website yet, if I ever get one, I’ll let ya know.

And for a preloader, here’s the link to a good thread that Upu wrote about preloaders:

pub40.ezboard.com/fkirupa…ID=9.topic

darn, I missed the big one jeff “1k” hehe :slight_smile: