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
Automatski klik ?

 
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
Corangar



Joined: 14 Jun 2005
Posts: 84

PostPosted: 19.04.2006 01:24    Post subject: Automatski klik ? Add user to your forum ignore list Reply with quote

Zanima me kako bi mogao imitirati klik na jedan movie clip
zelim da na odredenom keyframu se klikne na movie clip automatski
bez ikakvog utjecaja, bez icega samo da se ponasao kao da je kliknuto na njega
kako bi to mogao izvest, skriptom nekom ?

unaprijed hvala
Back to top
View user's profile Send private message Visit poster's website Twitter profile
blackduke
mi3.crew


Joined: 08 Sep 2003
Posts: 2681
Location: Zagreb

PostPosted: 19.04.2006 08:51    Post subject: Add user to your forum ignore list Reply with quote

definiras to funkcijom.
znaci imas tri dijela.

jedan je vezan za gumb

Code:
my_btn.onRelease = gogo();


drugi dio je ta funkcija koja se izvršava

Code:
function gogo() {
     //stogod ti treba napraviti kada se klikne na njega
    gotoAndStop (2);
}


treći dio je pozivanje te funkcije kada si u određenom frejmu
znaci ja sam u petom frejmu, zelim da mi se sad taj 'klik' obavi, onda samo pozovem funkciju tu.

Code:
gogo();


that's it, nadam se da ces skuzit.
procitaj help u svezi funkcija ako se nisi s njima susreo do sada.
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Corangar



Joined: 14 Jun 2005
Posts: 84

PostPosted: 19.04.2006 12:46    Post subject: Add user to your forum ignore list Reply with quote

je uspio sam, puno hvala, samo morao sam staviti jedan keyframe prije svega jer movie clip mi onda ne radi jer taj onrelease smeta , tocnije postoje onda dva itd
ali uglavnom uspio sam thx
Back to top
View user's profile Send private message Visit poster's website Twitter profile
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