on 2/14/01 10:02 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED]
wrote:
>
> Hi mehmood,
>
> Drag the swa member on stage and apply this script to that sprite
>
> on beginSprite me
> -- play
> sprite(me.spriteNum).member.play()
> end
>
> on exitFrame me
> -- if playing then nothing
> if sprite(me.spriteNum).member.state = 3 then
> exit
> else
> -- if not play again
> sprite(me.spriteNum).member.play()
> end if
> end if
>
> regards
> ----------------------------------------------------------
> Ramesh CT
> Phoenix Global Solutions (I) Pvt Ltd
> http://www.lingoman.net/
> ----------------------------------------------------------
>
>
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
> email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo. Thanks!]
Hi Ramesh!
I have tried with this but it cause a little break some times.
I want to play it with loop continuously.
Thanx for nice cooperation.
Mahmood.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]