Can someone check what im doing wrong in my fla.?

Hey everyone, im trying to make a 360 degree clip. I KINDA got it but im doing something wrong and i dont know what. Can someone have a look at it?

If someone can that would be great, cause i REALLY wanna learn this. If some can i’ll send you the fla.file

thanks heaps…
jak…

If this was a normal day, I would have said “me”, but it’s not, it’s 4 a.m., I’m working on my @#%$ PHP site and nothing seems to work.

Post it anyway, who knows…

pom 0]

well whats your e-mail address and i’ll send it to you…

Dammit !! I said I wouldn’t look at it !! :rollin:
[email protected]
I’m weak. And tired. :x

pom 0]

hehe
Can you PLEASE have look… :slight_smile:
Im really stressing about it… cause i wanna know how to do it and im sooo close…

im sending it to you now…

thanks HEAPS…
Jak…

Hey, that’s Flash 4 syntax. I don’t understand a darn thing. Wait a minute, I’ll try to rewrite it… (I normally shouldn’t be able to do so).

pom 0]

Oh really,
whoops…

:s
i have flash5 and i was wondering why is didn’t work…

Thank you so much for re-writing it hey… now im :slight_smile: hehe

Jak…

you could send to me if you want to give Pom a break. [email protected]

Jubba>>

Hey how are you!!??
Yeah ok no worries, but i have flash5 and i found out the syntax is in flash4…

:frowning:

But i’ll send it right now…
Thanks heaps…

Jak :slight_smile:

Hi hi. I found a quicker way… Check that :
membres.lycos.fr/museebranly/360.swf
membres.lycos.fr/museebranly/360.fla

8 lines of code… But Jubba, you can try too, I’d be glad if you found another way to do this.

pom 0]

thats just how I would think to do it. Let me play around and maybe I can come up with something else…

That is SSSOOOOO much easier man…
nice one… haha

Ok but i notice u cut the image of the TV…
was that neccessary???

Thanks soooooo much hey!!!
Im heaps happy now… hehehe
:slight_smile:

Jak…

Jak >> I didn’t cut anything, I copied and pasted the image you gave.

Jubby >> I’m awaiting. :smiley:

pom 0]

Hey i have ONE more question…

How do i make it so when you put your mouse to the right of the image it goes right… (not left as you have it now) and when you put it on the left of the image it goes left… (not right as you have it)

What part of the code do i need to change?

Jak…

change this:

onClipEvent (enterFrame) {
&nbsp &nbsp &nbsp &nbsp this._x += (_root._xmouse - centerx)*speed ;
&nbsp &nbsp &nbsp &nbsp if (this._x > 0) this._x -= width ;
&nbsp &nbsp &nbsp &nbsp if (this._x < -width) this._x += width ;
}

to:

onClipEvent (enterFrame) {
&nbsp &nbsp &nbsp &nbsp this._x += (_root._xmouse - centerx)*speed ;
&nbsp &nbsp &nbsp &nbsp if (this._x > 0) this._x += width ;
&nbsp &nbsp &nbsp &nbsp if (this._x < -width) this._x -= width ;
}

just switch the - and + signs.

Nope it’s this line :

 this._x -= (_root._xmouse - centerx)*speed ;

pom 0]

Jubba>>>

That didn’t work,
when i view it in swf it either dissappears or it just does the same thing.

ilyaslammas>>>

THATS the one… thanks heaps, it works perfectly!!!

THANK YOU SOOOOOOOO MUCH!!! hehehe
your a CHAMPION… :slight_smile:

Chubba>>>
Thanks heaps as well, thanks for helping !! :slight_smile:

Seeya CHAMPS!! hehe
JAKATTA!!!
Im HEEAAAPPSSS HAPPY now… hehehe

I’m heaps tired… Even though I don’t know what it means. I’m not dead on what it means, if I may say so.
pom 0]

oops. I just saw + and - so i figured you would switch them. didn’t really look for it. :slight_smile: sorry