SIGN IN
::
SPONSORS
::
ADVERTISING
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
STOCKYARD
VIDEOS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE DIRECTOR:
Home
Director Forum
Tag
Motion Graphics
Re: Sound Issue
COW Forums
:
Adobe Director
VIEW ALL
•
ADD A NEW POST
•
PRINT
Respond to this post
•
Return to posts index
•
Read entire thread
Re: Sound Issue
by
Brodd Nesset
on May 11, 2005 at 8:30:56 am
The sprite is the generic object which everything is orbiting around in Director. Almost like the MovieClip in Flash, but only "almost". Images can't for instance exist on Stage at all without being attached to a Sprite, unlike Flash where you can opt to use them as entirely 'dead' elements. The Sprite object itself is always invisible, but one of its properties can be an image ID, called the member property. To switch images, use one sprite (typically simply the first image), and change its member property with Lingo. Like:
sprite(8).membernum = 10
To switch images in a chain, arrange them in the Cast first. Then:
sprite(8).membernum = sprite(8).membernum + 1
This line of Lingo can be insterted practically anywhere in an exsisting script attached to a button.
Posts Index
Read Thread
Reply
Like
Current Message Thread:
Sound Issue
by sincejan63 on May 10, 2005 at 5:17:08 pm
Re: Sound Issue
by Brodd Nesset on May 11, 2005 at 8:30:56 am
Re: Sound Issue
by sincejan63 on May 11, 2005 at 7:44:56 pm
Re: Sound Issue
by Brodd Nesset on May 12, 2005 at 7:22:30 am
Re: Sound Issue
by sincejan63 on May 13, 2005 at 1:50:18 pm
LOGIN TO REPLY
FORUMS
•
TUTORIALS
•
MAGAZINE
•
STOCKYARD
•
VIDEOS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
© 2013
CreativeCOW.net
All rights are reserved. -
Privacy Policy
[
Top
]