Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
flash pitanje

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Video
View previous topic :: View next topic  
Author Message
jojo



Joined: 27 Jan 2005
Posts: 1591
Location: insula aurea

PostPosted: 29.09.2005 12:29    Post subject: flash pitanje Add user to your forum ignore list Reply with quote

postoji li način da se makne sve u flash animaciji što izlazi iz margina dokumenta?

smeta mi što se kod previewa u IE-u mog swf-filea (sa bijelom pozadinom) vide i stvari koje su izvan margina 800X600

Last edited by jojo on 29.09.2005 12:41; edited 1 time in total

_________________
deviant / malomorgen / videoholik / cimer fraj
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
carr



Joined: 13 Nov 2003
Posts: 1397
Location: Karlovac

PostPosted: 29.09.2005 12:38    Post subject: Re: flash pitanje Add user to your forum ignore list Reply with quote

jojo wrote:
postoji li način da se makne sve u flash animaciji što izlazi iz margina dokumenta?

smeta mi što se kod previewa u IE-u mog swf-filea (sa bijelom pozadinom) vide i stvari koje su izvan margina 8000X600

zapizdi masku
evo ti preko ActionScripta
Code:
   _root.createEmptyMovieClip("maska", 100000);
   
   _root.maska.beginFill(0x000000, 100);
   _root.maska.moveTo(0, 0);
   _root.maska.lineTo(8000, 0);
   _root.maska.lineTo(8000, 6000);   
   _root.maska.lineTo(0, 6000);
   _root.maska.lineTo(0, 0);
   _root.maska.endFill();   
   
   _root.maska._x=0;
   _root.maska._y=0;
   _root.setMask(_root.maska);

_________________
Bolje biti malo lud, nego malo pametan.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Video All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group