OnDgsStopMoving

From Multi Theft Auto: Wiki
Revision as of 09:57, 6 June 2020 by Thisdp (talk | contribs)
Jump to navigation Jump to search

This event is triggered when a dgs element stops the aninimation which was started by dgsMoveTo

Parameters

none

Source

The source of this event is the dgs element which stopped its animation.

Example

DGS = exports.dgs
window = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false)	--Create a window
DGS:dgsMoveTo(window,400,200,false,false,"OutQuad",2000)  --Set Animation
addEventHandler("onDgsStopMoving", window, function() 
   outputChatBox("Window has stopped moving")
end)

See Also

DGS events

General

Check Box

Combo Box

Drag'N Drop

Edit

Grid List

Menu

Selector

Mouse

Radio Button

Switch Button

Tab

Animation

Plugin

Media

Color Picker

QRCode

Remote Image

Client event functions