how i want to drag a sprite letter and at the same time other sprite is create at the position of the sprite that had been drag to board..tq....
Develop games in your browser. Powerful, performant & highly capable.
Make it draggeble with the behaviour.
Event
Sprite > condition > On Dragging
Subevent
Trigger Once While True
Action
System > create object > create sprite on x=sprite.X/ y=sprite.Y
tq..
Sprite > condition > On Dragging Subevent Trigger Once While True Action System > create object > create sprite on x=sprite.X/ y=sprite.Y
Just want to point out - On Dragging is a trigger, so it doesn't need Trigger Once.