home *** CD-ROM | disk | FTP | other *** search
- if(pressv != 0 and rotographic.out == true)
- {
- _parent.panel += pressv * _parent._parent.zoomamount;
- pressv *= 0.875;
- if(pressv < 0.2)
- {
- pressv = -2;
- rotographic.out = false;
- count = 0;
- gotoAndPlay(5);
- gotUrl = false;
- }
- }
- if(_parent._name != "moviearea")
- {
- _parent.theta += _parent._parent.speed;
- xbit = Math.sin(0.017453292519943295 * _parent.theta);
- ybit = Math.cos(0.017453292519943295 * _parent.theta);
- _parent._xscale = ybit * _parent.panel;
- _parent._x = xbit * _parent.radius;
- _parent._alpha = 30 + (ybit + 1) * 50;
- _parent._yscale = _parent.panel - 3 + (ybit + 1) * 3;
- stack = Math.round((ybit + 1) * _parent.radius * 2);
- if(stack == 100)
- {
- stack = 101;
- }
- _parent.swapDepths(stack);
- }
- else
- {
- stop();
- }
-