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 on(rollOut)?

 
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
stripe



Joined: 24 Jan 2004
Posts: 816

PostPosted: 24.01.2004 17:21    Post subject: flash on(rollOut)? Add user to your forum ignore list Reply with quote

Imam omanji problem i trebao bih pomoc Think

Ovako:
Na prijelaz misa pocne mi jedan clip koji na osmom frejmu ima stop(); kako ja mogu na
devetom frejmu pokrenuti ponovno clip (ali bash iz tog frejma) tipa taj_button._on
(rollOut)._play(taj_clip.9); kako ta sintaksa treba izgledati?
Ako ne moze iznutra moze mi netko napisati za izvana (iz samog gumba).

THNX
Back to top
View user's profile Send private message
.moody



Joined: 17 Sep 2003
Posts: 94
Location: tha.Ploče

PostPosted: 24.01.2004 22:38    Post subject: :) Add user to your forum ignore list Reply with quote

stavices taj clip nedi na scenu ... obavezno mu stvi naziv, tj instance name ... unutar clipa na prvi frajm stavi stop(); tako kad bude se pleja da ne pokaže sadržaj tog clipa ... on ce ti biti ucitan na sceni ali nece biti prikazana jer si mu stavija na prvi frame stop();

e sada ovako ... imas button :
1. način ... klikni na button, e pa sad pod action pa upisi
npr. on(Press) {
tellTarge("ime_clipa_na_sceni") {
goToAndPlay{"naziv frame" ili broj frame-a)
}}
2. način da sve fino stpas u action frame-a
naziv_buttona.onPress {
tellTarge("ime_clipa_na_sceni") {
goToAndPlay{"naziv frame" ili broj frame-a)
}}
ja mislim da je ovaj drugi ovako ali se sada trenutnonemerem sitit ... Shocked

_________________
.moody
Back to top
View user's profile Send private message Visit poster's website
njava
mi3.crew


Joined: 25 Aug 2003
Posts: 624
Location: Zagreb

PostPosted: 25.01.2004 16:39    Post subject: Add user to your forum ignore list Reply with quote

tellTarget a ne tellTarge (typo)

tellTarget je uz to zastarjela sintaksa (flash 4), novija bi bila:

tvoj_botun.onRollOver = function() {
tvoj_mc.gotoAndPlay('naziv_frejma');
}

tvoj_botun.onRollOut = function() {
tvoj_mc.gotoAndPlay('naziv_frejma');
}
Back to top
View user's profile Send private message Visit poster's website
stripe



Joined: 24 Jan 2004
Posts: 816

PostPosted: 25.01.2004 17:09    Post subject: Add user to your forum ignore list Reply with quote

thanks a bunch Smile

Znao sam da nekak tak zgleda, ali mi je help totalno s.eban u mx-u, nemrem
ga dobit na fullscreen nego moram kopirat svaku stvar u notepad pa gledat!!!!
Probat chu josh kaj je ono "=function()" ali nemam vremena sad!
(sad su mi kolokviji i ROKOVI!! damn!)

THANX!
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