Ask a Question related to Macromedia Director Lingo, Design and Development.
-
j1mmy webforumsuser@macromedia.com #1
play sound when moving sprites
ive basically created a sprite (in this case car) and when i press the up, down, left or right key, to move the car - i want it 2 play a sound (e.g. engine roaring)! ive managed to play a sound when a frame loads up but cant do it this way!
how do i that?
help plzzzzzzzzz!
j1mmy webforumsuser@macromedia.com Guest
-
need help about moving sprites
helle to all, i am trying to make a little game. i have a character in the middle of the screen. and when i click somewhere on the stage my... -
scroll behavior moving my sprites, can I avoid this?
How can I use the scroll behavior with a text member without the behavior modifying the position of my up and down arrow and my dragger. I want them... -
Moving Sprites
I'm quite new to Director and trying to move one of my cast on my stage by using the following code sprite(57).locV=127 which moves the correct... -
Moving sprites in the direction of the mouse movement.
Hi All, I am using Director 8 and have a question. I'm somewhat of a newbie so be kind! :) I have 10 sprites . A rectangle is the background... -
Moving sprites with locH and locV
I've used the forums quite alot and usually find my answer by searching the archives. I have run into a problem which continues to frustrate me... -
rick@mcorp webforumsuser@macromedia.com #2
Re: play sound when moving sprites
-- call this handler whenever you want to play the sound file
-- call it with the name of the sound file member you want to play.
-- read about controlling sound in the lingo dictionary.
on playsound whichsound
if sound(5).busy then exit
puppetsound 5, whichsound
end
rick@mcorp webforumsuser@macromedia.com Guest



Reply With Quote

