RE: lingo-l text members

2001-04-09 Thread Leon McComish
You could do something like: (untested email lingo) property p_TextMember property p_CharNum property p_DoAnimation on beginSprite(me) p_TextMember = sprite(me.spriteNum).member end beginSprite on mStartAnimation(me) p_DoAnimation = TRUE p_CharNum = 1 end

RE: lingo-l text members

2001-04-06 Thread Mark R. Jonkman
Hi Leon You could do something like: (untested email lingo) property p_TextMember property p_CharNum property p_DoAnimation on beginSprite(me) p_TextMember = sprite(me.spriteNum).member end beginSprite on mStartAnimation(me) p_DoAnimation = TRUE p_CharNum = 1 end

Re: lingo-l text members

2001-04-06 Thread LePhuronn
Or you could use an animated GIF (scratch that - that needs an xtra too) How about a film loop? Or even just create a set of letters at 24pt and another set at 48pt and use the score to create the animation!! Funny how we forget about the little things when we become xtra/lingo experts :-)