konto usunięte
Temat: Przewijana panorama na stronie
Postępuję zgodnie z instrukcjami (http://mepi.pl/index.php?option=com_avreloaded&view=po... nie daję rady.Kod:
var speed = 10;
function onEnterFrame() {
var percent = ((Stage.width/2)-this._xmouse) / (Stage.width/2);
var finalSpeed = percent*speed;
pano1_mc._x +=finalSpeed;
//trace ("pozycja myszki: "+this._xmouse);
//trace ("procenty: "+percent);
}
Wywala mi dwa błędy:
Line 4 1119: Access of possibly undefined property width through a reference with static type Class.
Line 4 1119: Access of possibly undefined property width through a reference with static type Class.
Oczywiście bitmapę zmieniłem na Movie Clip i w Instance name wpisałem pano1_mc
Jestem początkujący, więc proszę o wyrozumiałość i pomoc:) Dziękuję z góry.