system
May 30, 2002, 12:25am
1
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…
system
May 30, 2002, 12:28am
2
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]
system
May 30, 2002, 12:32am
3
well whats your e-mail address and i’ll send it to you…
system
May 30, 2002, 12:37am
4
Dammit !! I said I wouldn’t look at it !! :rollin:
[email protected]
I’m weak. And tired. :x
pom 0]
system
May 30, 2002, 12:46am
5
hehe
Can you PLEASE have look…
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…
system
May 30, 2002, 12:57am
6
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 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…
But i’ll send it right now…
Thanks heaps…
Jak
system
May 30, 2002, 1:12am
10
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]
system
May 30, 2002, 1:17am
11
thats just how I would think to do it. Let me play around and maybe I can come up with something else…
system
May 30, 2002, 1:24am
12
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
Jak…
system
May 30, 2002, 1:40am
13
Jak >> I didn’t cut anything, I copied and pasted the image you gave.
Jubby >> I’m awaiting.
pom 0]
system
May 30, 2002, 1:42am
14
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…
system
May 30, 2002, 1:50am
15
change this:
onClipEvent (enterFrame) {
        this._x += (_root._xmouse - centerx)*speed ;
        if (this._x > 0) this._x -= width ;
        if (this._x < -width) this._x += width ;
}
to:
onClipEvent (enterFrame) {
        this._x += (_root._xmouse - centerx)*speed ;
        if (this._x > 0) this._x += width ;
        if (this._x < -width) this._x -= width ;
}
just switch the - and + signs.
system
May 30, 2002, 1:57am
16
Nope it’s this line :
this._x -= (_root._xmouse - centerx)*speed ;
pom 0]
system
May 30, 2002, 1:59am
17
Jubba>>>
That didn’t work,
when i view it in swf it either dissappears or it just does the same thing.
system
May 30, 2002, 2:02am
18
ilyaslammas>>>
THATS the one… thanks heaps, it works perfectly!!!
THANK YOU SOOOOOOOO MUCH!!! hehehe
your a CHAMPION…
Chubba>>>
Thanks heaps as well, thanks for helping !!
Seeya CHAMPS!! hehe
JAKATTA!!!
Im HEEAAAPPSSS HAPPY now… hehehe
system
May 30, 2002, 2:08am
19
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]
system
May 30, 2002, 2:10am
20
oops. I just saw + and - so i figured you would switch them. didn’t really look for it. sorry