You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, June 11th 2012, 10:19pm

Disable interaction for set time.

I am looking to not allow any interaction with the panorama for a set amount of time (3 seconds) and then to resume interaction. I have done some brief searching with no real luck. Maybe someone can help me out or point me to a thread which I have missed. It would be greatly appreciated.

-Zack

2

Tuesday, June 12th 2012, 9:01am

Why dont you add a plugin with alpha set to 0 and a height and width of 100% at zorder 200?! And after a delayedcall with x seconds you set the plugin to visible false or just remove it completely.

Best regards
Nupsi

3

Thursday, June 14th 2012, 11:09am

Hi,

just use the wait action:
http://krpano.com/docu/actions/#wait

e.g.
wait(3.0);

best regards,
Klaus