Hi again,

I have 2 questions...
1. How I can make a chain secuenses ?
ex: when sound stop playing make the next thing. or
you're unable to do something until sound stop.
Is it possible or I have to use a timer and calculate the sound duration ? I try using "wait" but makes me freeze all the code
2. How I can make some object move to my mouse pointer position ?
ex: like "Lucas Arts puzzle games" or "Diablo's" or "most of pc strategy games".
I try using "if mouseclick()" and "mousex()" as "object position x" and "mousey()" as "object position z" (because "object position y" will be the ground height and I couldn't move Z from a mouse "mousez()" )
to move smoothly I was thinking to use oldX, oldY and use the code
for x1=oldx to x
next x
or something like that
Can anyone help me
thanks