[ascoders] Re: multiple isPlaying ?
- From: Michael Kneib <listen@xxxxxxxxx>
- To: ascoders@xxxxxxxxxxxxx
- Date: Tue, 20 Jul 2004 08:24:30 +0200
Marcel Fahle schrieb:
Moin,
hat jemand ne Idee, wie ich alle Clips auf einer
bestimmten Timeline durchlaufe und so "ganz
nebenbei" noch checke, ob die Dinger abspielen
oder nicht?
for (var i in timeline){
if(typeof(timeline[i]) =="movieclip" && timeline[i].isPlaying){
//huhahu
}
}
so ungefähr
nun musst du nur noch sicherstellen das die variable movieclip.isPlaying
auf true gesetzt wird wenn der movieclip startet
bzw auf false wenn er steht (ups)
m
------------------------------------------------------
Archiv : http://www.freelists.org/archives/ascoders/
Optionen : http://www.freelists.org/list/ascoders
------------------------------------------------------
- Follow-Ups:
- [ascoders] Re: multiple isPlaying ?
- From: Marcel Fahle
- References:
- [ascoders] multiple isPlaying ?
- From: Marcel Fahle
Other related posts:
- » [ascoders] multiple isPlaying ?
- » [ascoders] Re: multiple isPlaying ?
- » [ascoders] Re: multiple isPlaying ?
Moin,
hat jemand ne Idee, wie ich alle Clips auf einer bestimmten Timeline durchlaufe und so "ganz nebenbei" noch checke, ob die Dinger abspielen oder nicht?
------------------------------------------------------ Archiv : http://www.freelists.org/archives/ascoders/ Optionen : http://www.freelists.org/list/ascoders ------------------------------------------------------
- [ascoders] Re: multiple isPlaying ?
- From: Marcel Fahle
- [ascoders] multiple isPlaying ?
- From: Marcel Fahle