CCNode SetPosition Problem

In my Game,
i change the ccnode object position . I invoke the setPosition ,but There ’s a few second before the setPosition take effect on the screen.
how can i change the position imediately , how did this happen?

any answers and feedback will be appreciated .

Where abouts are you trying to call setPosition?
Some code maybe would be nice =]

All I can think is your calling it in a scheduled update function that is only been called every few seconds…but that is completely off top of my head =P

Phill Jones wrote:

Where abouts are you trying to call setPosition?
Some code maybe would be nice =]
>
All I can think is your calling it in a scheduled update function that is only been called every few seconds…but that is completely off top of my head =P

thank you ,Phill Jones .
i ’ve figured out what’s going on .