Draw CartoonsMana drag kodi ozimizni DS dasturidayam bor:
[code=js]
app.LoadPlugin( "Support" ); function OnStart()
{
lay = app.CreateLayout( "Linear", "VCenter,FillXY" );
sup = app.CreateSupport();
left = app.CreateButton( "Left" );
left.EnableDrag( "DragButton", OnDragStart );
lay.AddChild( left );
right = app.CreateButton( "Right", 0.4, 0.4 );
right.SetTag( "RightButton" );
right.On( "drag", OnDrag );
lay.AddChild( right );
app.AddLayout( lay );
}
function OnDrag( action, tag )
{
sw
Batafsil o'qish >>