Ask a Question related to Macromedia Director Lingo, Design and Development.
-
mayhammer@yahoo.com webforumsuser@macromedia.com #1
lingo to put sprites on stage
what is the lingo syntax to put a sprite on stage other than using OOP methods??
mayhammer@yahoo.com webforumsuser@macromedia.com Guest
-
removing sprites from stage
You can 'delete' a sprite simply by setting its member to void. You should also tidy up the sprite channel, however, so that it will behave... -
dynamically create sprites on stage
How can I dynamically create sprites on the stage from external files? I have this gallery of images in different sections, and the owner of the... -
Can I stretch the stage size along with the sprites
I am projecting my program at a trade show. The problem is that the angle where I have to place my projector causes the image to be skewed. I... -
play video underneath sprites on stage?
I'm putting together a representation of an interactive television application but i'm having some trouble. i'm trying to loop a video file on the... -
MX: Resize stage without scaling sprites?
In article <bdpun7$lt1$1@forums.macromedia.com>, El Monty <nospam@nojunk.com> wrote: (the stage).rect just makes the window and backdrop... -
rick@mcorp webforumsuser@macromedia.com #2
Re: lingo to put sprites on stage
sprite(n).loc = point(h,v)
rick@mcorp webforumsuser@macromedia.com Guest
-
mayhammer@yahoo.com webforumsuser@macromedia.com #3
Re: lingo to put sprites on stage
umm
that is not what i mean
the usual way to make a sprite is to drag a cast member onto the stage and u will sprite(n).
how to do this with lingo????
mayhammer@yahoo.com webforumsuser@macromedia.com Guest
-
Ned #4
Re: lingo to put sprites on stage
puppetSprite()
--
----------------
-- Ned
----------------------------------------
Bien faire et laisser braire
----------------------------------------
"mayhammer@yahoo.com" <webforumsuser@macromedia.com> a écrit dans le message
de news:bqkavh$9un$1@forums.macromedia.com...
| umm
| that is not what i mean
|
|
| the usual way to make a sprite is to drag a cast member onto the stage and
u will sprite(n).
| how to do this with lingo????
|
|
Ned Guest
-
mayhammer@yahoo.com webforumsuser@macromedia.com #5
Re: lingo to put sprites on stage
cool, i got it with the puppetsprite
but how do i assign behaviour to the puppet??
coz after i create a new sprite, i want it to do stuff when i click on that newly created sprite
mayhammer@yahoo.com webforumsuser@macromedia.com Guest
-
Ned #6
Re: lingo to put sprites on stage
look at "scriptInstanceList" :o)
--
----------------
-- Ned
----------------------------------------
Bien faire et laisser braire
----------------------------------------
"mayhammer@yahoo.com" <webforumsuser@macromedia.com> a écrit dans le message
de news:bqlfqf$gg8$1@forums.macromedia.com...
| cool, i got it with the puppetsprite
|
| but how do i assign behaviour to the puppet??
|
| coz after i create a new sprite, i want it to do stuff when i click on
that newly created sprite
|
|
|
Ned Guest
-
mayhammer@yahoo.com webforumsuser@macromedia.com #7
Re: lingo to put sprites on stage
thanks guys, espcially ned
you guys have helped me alot
i hope the last syntax would make an end to my problems
hopefully i can get on with my project
thanks again
mayhammer@yahoo.com webforumsuser@macromedia.com Guest
-
Ned #8
Re: lingo to put sprites on stage
you're welcome :o)
be also aware that what you've been asking are frequent subjects, so i'm
sure searching google.groups archive for previous threads or the web for
tutorials will quickly point you to precious pages :o)
--
----------------
-- Ned
----------------------------------------
Bien faire et laisser braire
----------------------------------------
"mayhammer@yahoo.com" <webforumsuser@macromedia.com> a écrit dans le message
de news:bqlk9v$7ab$1@forums.macromedia.com...
| thanks guys, espcially ned
Ned Guest



Reply With Quote

