Adobe Director help

Associate
Joined
6 Dec 2007
Posts
2,103
Hi all, I'm back in here again!

Basically, I would like to display a new sprite in a different location on the stage when a different sprite is clicked.

I can do a disjointed rollover to display a sprite in a different location on rollover of another sprite, but I want to do that on click of a sprite.

Can anyone point me in the right direction?
Thanks in advance :)
 
ermmm been a while since i did this.
but would it be something similar to

sprite(onClick)
sprite(othersprite).locH= some number
sprite(othersprite)locV= some number
update stage

Possition the (othersprite) off the stage when the stage loads.
The onclick may be wrong, but you deffo need to be looking at the .locH and locV commands
 
Back
Top Bottom