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
button i movi clip

 
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 -> Flash
View previous topic :: View next topic  
Author Message
maja26



Joined: 04 Jun 2008
Posts: 15

PostPosted: 28.11.2008 11:03    Post subject: button i movi clip Add user to your forum ignore list Reply with quote

kako bi napravila na mousover na gumbu animaciju koja se pojavila i stoji (fade in), a kad maknem miša ta ista animacija napravi fade out?

a početno stanje gumba je nešto sasvim nepovazano s ovim svim.

hvala unaprijed onima koji znaju
Back to top
View user's profile Send private message
nemogirl



Joined: 27 Oct 2004
Posts: 386
Location: istra

PostPosted: 28.11.2008 13:01    Post subject: Add user to your forum ignore list Reply with quote

Code:
gumb.onRollOver = function(){
FadeIn();
}

gumb.onRollOut = function(){
FadeOut();
}

FadeIn = function(){
nesto.alphaTo(100, 0.5,"linear");
}

FadeOut = function(){
nesto.alphaTo(0, 0.5,"linear");
}


To je onako otrpilike kod (koji bi stavila na prazan frame u poseban layer)
s time da ja koristim MCTween za ovo fejdanje, a imas ih razno raznih tweenova, bila je vec tema na mi3-iju... potrazi.
Pitanje ti je malo nedefinirano, pa ako te ovaj odg ne zadovoljava , pojasni vise... Wink

sretno
Back to top
View user's profile Send private message
maja26



Joined: 04 Jun 2008
Posts: 15

PostPosted: 01.12.2008 09:07    Post subject: Add user to your forum ignore list Reply with quote

hvala na pomoći (iako se javljam tek nakon cijelog vikenda).

radi se o tome da sam ja ubacila jedan mc u gumb na over, koji se pojavljuje kad je miš na gumbu, a sada bi trebala nekako napraviti da taj isti mc blijedi kada se miš makne s gumba - nema nikakvog klikanja na gumb, samo mouse over
Back to top
View user's profile Send private message
maja26



Joined: 04 Jun 2008
Posts: 15

PostPosted: 01.12.2008 10:09    Post subject: Add user to your forum ignore list Reply with quote

uspjela
uspjela!!!

hvala još jednom
hvala hvala
Back to top
View user's profile Send private message
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 -> Flash 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