Hi,

This is, I am sure, a terribly simple thing to achieve but it is giving me
grief.

I have a series of simple horizontal slides that I would like to have occur
in sequence. When the first one is finished the next one will start, and so
on.

I have the sliding part working, but if i simply call:

objectA.slideTo(64,18)
objectB.slideTo(64,97)
etc...

They all seem to happen nearly simultaneously.

If I try to call a simple function to check position, like

function check(){
    if (objectA.x == 64){
        objectB.slideTo(64,97)
        }

I only get the first object sliding.

Any help you might suggest would be greatly appreciated.

Thanks


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to