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 - mouseover

 
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
carr



Joined: 13 Nov 2003
Posts: 1397
Location: Karlovac

PostPosted: 19.11.2003 22:54    Post subject: Flash - mouseover Add user to your forum ignore list Reply with quote

Ovako, ocu napraviti da mi se na mouseoveru na nekom movieclipu nesto dogodi.
Sad sam to napravio tako da mi je taj movie clip u buttonu.
Ali onda kad mi predje misem preko toga, kursor se pretvori u "hand" a to ne zelim.

Pokusao sam staviti onMouseRollover event na sam movie clip ali nemogu.

Znaci, kako da napravim onMouseRollover na movie clip-u ali da mi kursor ostaje izgledati ko ova odvratna strelica?

fala.

_________________
Bolje biti malo lud, nego malo pametan.
Back to top
View user's profile Send private message Visit poster's website
orange



Joined: 21 Sep 2003
Posts: 622
Location: ST

PostPosted: 20.11.2003 00:25    Post subject: Add user to your forum ignore list Reply with quote

ovo radi za movie clip:
onClipEvent(load){
this.useHandCursor = false;
}

ako je to to, ok.

_________________
pwned!
Back to top
View user's profile Send private message Send e-mail
carr



Joined: 13 Nov 2003
Posts: 1397
Location: Karlovac

PostPosted: 05.12.2003 13:49    Post subject: Add user to your forum ignore list Reply with quote

orange wrote:
ovo radi za movie clip:
onClipEvent(load){
this.useHandCursor = false;
}

ako je to to, ok.


tek sam sad vidio ovaj reply, neznam kako mi je promaknuo.,

uglavnom, nije bas to.
ja ocu napraviti neki action kad predjem misem preko tog movie clipa?
znaci ocu napravit MouseOver na movie clipu.
e to neznam kako

pa sam napravio MouseOver na batonu. ali na baton mi kursor izgleda ko ruka.

hvala na pomoci...

_________________
Bolje biti malo lud, nego malo pametan.
Back to top
View user's profile Send private message Visit poster's website
vedran



Joined: 08 Sep 2003
Posts: 458

PostPosted: 05.12.2003 14:17    Post subject: Add user to your forum ignore list Reply with quote

mozda ovaj clanak malo pomogne:
http://www.toxiclab.org/txt.asp?mode=clanak&id=32

_________________
http://www.hocusvojweb.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
buzztard



Joined: 08 Sep 2003
Posts: 84

PostPosted: 05.12.2003 14:36    Post subject: Add user to your forum ignore list Reply with quote

moraš dodjeliti useHandCursor buttonu.

znači napraviš movie clip i daš mu kod:

Code:


onClipEvent(load){
    this.nekaTipka.useHandCursor = false;
}



a u tom clipu napraviš button i daš mu instance name nekaTipka

i to je to.

_________________
___(-o_o) .o( The tears of stangers are only water. )________
Back to top
View user's profile Send private message Visit poster's website
orange



Joined: 21 Sep 2003
Posts: 622
Location: ST

PostPosted: 05.12.2003 16:12    Post subject: Add user to your forum ignore list Reply with quote

Code:
onClipEvent(load){
    this.useHandCursor = false;   //putanja objekta, this znaci da koristis ovaj objekt
}


on(rollOver){
...
tvoj kod koji zelis da se izvrsi kad prijedes misem
...
}


ovo gori ti makne hand cursor
a ovo doli izvodi ono sta oces kad prijedes preko0 toga misem.[/code]

ali ako oces ovo radit sa movie clipom moras znat bar nesto malo radit sa actionscriptom

_________________
pwned!
Back to top
View user's profile Send private message Send e-mail
carr



Joined: 13 Nov 2003
Posts: 1397
Location: Karlovac

PostPosted: 05.12.2003 21:55    Post subject: Add user to your forum ignore list Reply with quote

buzztard wrote:
moraš dodjeliti useHandCursor buttonu.

znači napraviš movie clip i daš mu kod:

Code:


onClipEvent(load){
    this.nekaTipka.useHandCursor = false;
}



a u tom clipu napraviš button i daš mu instance name nekaTipka

i to je to.


e ali nemogu buttonu davati instance name?
movie clipu mogu, ali buttonu nemogu?

jedino preko actionscripta ako se moze?

_________________
Bolje biti malo lud, nego malo pametan.
Back to top
View user's profile Send private message Visit poster's website
blackduke
mi3.crew


Joined: 08 Sep 2003
Posts: 2681
Location: Zagreb

PostPosted: 05.12.2003 23:37    Post subject: Add user to your forum ignore list Reply with quote

Quote:
e ali nemogu buttonu davati instance name?

moze, cak sam tolko blesav da sam iso probavat :)
Back to top
View user's profile Send private message Visit poster's website Twitter profile
carr



Joined: 13 Nov 2003
Posts: 1397
Location: Karlovac

PostPosted: 06.12.2003 01:57    Post subject: Add user to your forum ignore list Reply with quote

blackduke wrote:
Quote:
e ali nemogu buttonu davati instance name?

moze, cak sam tolko blesav da sam iso probavat Smile


hm, onda vjerojatno ima veze sta ja imam flash 5, ja nemogu buttonu davati instance name, samo movie clip-u.
damn. moram mx pronac i instalirat.

fala na trudu djuka Smile

_________________
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 -> 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