lingo-l change sprites channels

2003-06-08 Thread director
im trying to do some tabs that when you click one it
one should appear in front and the rest in back. is
there a way to do this. can you change the sprites
channel once it is in the score.

thanks.

-DS-

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/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!]


Re: lingo-l change sprites channels

2003-06-08 Thread Irv Kalb
No, you can't change sprite channels, but you can change the ordering.

When you want to bring something forward, set the locZ property 
high.  But don't forget to reset it when the spritespan ends, or  it 
will remain in that ordering:

on endSprite me
  sprite(spriteNum).locZ = spriteNum
end
Irv

At 9:32 PM -0700 6/8/03, director wrote:
im trying to do some tabs that when you click one it
one should appear in front and the rest in back. is
there a way to do this. can you change the sprites
channel once it is in the score.
thanks.

-DS-

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
[To remove yourself from this list, or to change to digest mode, go 
to http://www.penworks.com/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!]


--

Multimedia Wrangler.
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/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!]