→Simple Dragging
| Line 12: | Line 12: | ||
<Scripts> | <Scripts> | ||
<OnLoad> | |||
this:RegisterForDrag("LeftButton"); | |||
</OnLoad> | |||
<OnDragStart> | <OnDragStart> | ||
this:StartMoving(); | this:StartMoving(); | ||
| Line 12: | Line 12: | ||
<Scripts> | <Scripts> | ||
<OnLoad> | |||
this:RegisterForDrag("LeftButton"); | |||
</OnLoad> | |||
<OnDragStart> | <OnDragStart> | ||
this:StartMoving(); | this:StartMoving(); | ||