Search found 19 matches

by jaymzeberly
Mon Sep 17, 2007 11:45 pm
Forum: Pano2QTVR - Flash
Topic: need help! Mouse cursor issue with pano!
Replies: 0
Views: 2679

need help! Mouse cursor issue with pano!

as you see below. I am trying to change the mouse to a hand cursor when the mouse is over the pano...and back to arrow when off. well it starts out nice... the arrow comes up , then when i roll over the pano it work too. but when i go back outside, the hand stays and does not go away. i am using the...
by jaymzeberly
Sat Sep 15, 2007 12:32 am
Forum: Pano2QTVR - Flash
Topic: can you know when the mouse is inside or outside the pano??
Replies: 1
Views: 3368

can you know when the mouse is inside or outside the pano??

can you know when the mouse is inside or outside the pano?? would like to track the mouse, so when it is inside the pano, turn on a special mouse graphic, but when the pano is below but still inside the same flash movie, the mouse turns back into the regular mouse cursor. anyone know if this is poss...
by jaymzeberly
Thu Sep 13, 2007 6:40 pm
Forum: Pano2QTVR - Flash
Topic: cursor show and hide issue
Replies: 0
Views: 2739

cursor show and hide issue

The player I have has a pano and then below it in the flash proect is buttons to control the pano (up,down,left,rg,zoom in/out) What I need: the user rolls over movie and the normal arrow cursor turns into a hand open, when clicking to drag, the hand closes, and then when rolls out of the window the...
by jaymzeberly
Thu Sep 13, 2007 6:21 pm
Forum: Pano2QTVR - Flash
Topic: Possible to auto rotate slower than number 1?
Replies: 3
Views: 4538

I had the same issue, the issue I had with the slower was it jerked a little big so what I did (which thomas helped me on) was to lower the mesh(like 8) so that the pano could move faster and smoother, then on roll over, change the mesh back to a higher # ,( like 10) my post: http://gardengnomesoftw...
by jaymzeberly
Wed Aug 08, 2007 3:03 am
Forum: Pano2QTVR - Flash
Topic: changing button pan speed??
Replies: 12
Views: 12378

can you access the same code that the arrow keys on keyboard

--Can I access the same code that moves the pano when you press the arrow keys on the keyboard? or is the code you gave me the same code? is there a better way to make it move when holding them down, I am putting it in a two frame symbol and it is just back and forth.... that is where the jerkyness ...
by jaymzeberly
Thu Aug 02, 2007 2:10 am
Forum: Pano2QTVR - Flash
Topic: changing button pan speed??
Replies: 12
Views: 12378

thanks :)

I guess I will do one of these and create a script that when the user clicks off the button or clicks on the pano to put it back to high quality, as when you change the mesh down to get the better pan it stays with the low mesh....

thanks. wow it is 5pm time to go home from work :)
by jaymzeberly
Thu Aug 02, 2007 1:48 am
Forum: Pano2QTVR - Flash
Topic: changing button pan speed??
Replies: 12
Views: 12378

well if I go .5 the pan is too slow and I can change the fps in the flash movie to 50 but still it moves way to slow, and so you still see a jerk jump to each frame, if I could speed it up with out changing the .5 pan then it might be smoother. when you move with the mouse it does not jerk at all bu...
by jaymzeberly
Thu Aug 02, 2007 1:03 am
Forum: Pano2QTVR - Flash
Topic: changing button pan speed??
Replies: 12
Views: 12378

I can see how the increments is based on the 360, like if I put the 5 to 180 it goes only half way then back to the start... so in theory, can't I just make the increments of the 360 .. 720 so 1 will actually be like .5 and the pan will work smoother? and then how do i do this? would this have to be...
by jaymzeberly
Thu Aug 02, 2007 12:30 am
Forum: Pano2QTVR - Flash
Topic: changing button pan speed??
Replies: 12
Views: 12378

about your question, the first script did not work , it did not change the mesh, but the 2nd script did change the mesh and made it move faster but still with the jerky movement.
by jaymzeberly
Thu Aug 02, 2007 12:29 am
Forum: Pano2QTVR - Flash
Topic: changing button pan speed??
Replies: 12
Views: 12378

yes that works but real ugly looking ... when it looks decent it is real simular. but I see what you mean when you say "it destorys" the pano. :shock: but when it is going i can still see the frames moving but Is this just the way it works when you move the buttons is there any other way t...
by jaymzeberly
Wed Aug 01, 2007 11:50 pm
Forum: Pano2QTVR - Flash
Topic: changing button pan speed??
Replies: 12
Views: 12378

I tried this on the button basically I have a button when you roll over it replays this over and over(reply of 2 frames)on timeline so it moves I changed the 2 to actuall 200 , 10 etc.. just to see but nothing changes. not sure what I am doing wrong... thanks! :) _root.vr.pano.setMeshDensity(2); _ro...
by jaymzeberly
Wed Aug 01, 2007 7:41 pm
Forum: Pano2QTVR - Flash
Topic: changing button pan speed??
Replies: 12
Views: 12378

changing button pan speed??

hi I was wondering if there is any way to change the smoothness of the button pan? this is an example of the code I am using: _root.vr.pano.changePan(-5.0); It seems that the -5.0 is increments of maybe pixel spaces? when i speed the frame rate from the now 20fps (in flash) it does not pan smoother,...
by jaymzeberly
Fri Jul 27, 2007 7:36 pm
Forum: Pano2QTVR - Flash
Topic: pano looks wierd, need a mask around container
Replies: 2
Views: 4077

pano looks wierd, need a mask around container

Hello I was wonding if anyone can help me on this, it is wierd, I am using the exact code found here and this error in the pano is coming up. When I view the pano by itself it works fine. I also would like to make a mask around the pano to crop off the edges :) any help today would be greatly apprec...
by jaymzeberly
Wed Jul 25, 2007 12:32 am
Forum: Pano2QTVR - Flash
Topic: need script on outside controller buttons for pan, zoom. .
Replies: 1
Views: 3565

need script on outside controller buttons for pan, zoom. .

i am looking for code to put on buttons, like a button to steer the pano right, left, down, up, auto pan something like this is not working: ------ on(press) { // either of these do not work vr.pan+=1; vr.pan=vr.pan+1; // this works but jumps it to the position, would like it to jab it over . by one...
by jaymzeberly
Tue Jul 24, 2007 10:54 pm
Forum: Pano2QTVR - Flash
Topic: Panorama Flash API
Replies: 54
Views: 114940

very helpful thanks !! hope to dive more into this program, it is very nice :)

thanks again!
jaymz