Jump to content

Drag Sprite on Spawn


Ryan
 Share

Recommended Posts

Hey guys,

 

I'm trying to find a way to spawn a sprite on click and have it already dragging? At the moment, I have to click to spawn the sprite, then click and drag it again using enableDrag() and the start/stop events:

 

params.sprite.events.onDragStart.add(params.onDragStart, this);
params.sprite.events.onDragStop.add(params.onDragEnd, this);
 
This functionality is for mobile, where you 'tap' a button sprite to spawn a unit and then drag it into place.
 
Thanks!
 

 

 

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...