PDA

View Full Version : starting/stopping different layers in flash


ElBeasto
06-06-2006, 06:15 AM
hi,

I have 2 timeline effects, one after the other.

im trying to stop one timeline effect after playing through once without it affecting the next one.

if i use 'stop();' it stops after the first without playing the second.

if i use 'gotoAndStop()' it plays right through without stopping the first one.

Can anyone help me with this?

Thanks