Topic: Any Flash Guru's here?? (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: Michigan, USA |
posted 11-12-2002 01:00
How do I pass a variable from the main timeline to a loaded movie clip. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-12-2002 01:48
OK over to the Multimedia fourm for you...... |
Obsessive-Compulsive (I) Inmate From: Michigan, USA |
posted 11-12-2002 03:41
Thank you for your guidence |
Maniac (V) Inmate From: Boston, MA, USA |
posted 11-12-2002 19:58
code: while (_level0.silence==0) {
code: onClipEvent(enterFrame) {
|
Maniac (V) Inmate From: Boston, MA, USA |
posted 11-12-2002 20:41
'Course you know this approach is just going to hit a random frame (except 1) every frame cycle, side-stepping all the code you might have in those frames. If your movie is set to 12 fps, that means 12 times a second the clip event will choose a random mouth-frame to play. If that's not acceptable, we'll have to think of something else. |