moveSpeed

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the moveSpeed to <pixelsPerSecond>
Summary

Specifies how fast the move command moves objects.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the moveSpeed to 20 -- slow
Values
NameTypeDescription
Value

The moveSpeed is an integer between zero and 65535. By default, the moveSpeed property is set to 200.

RelatedKeyword: integer
Property: dragSpeed, location
Command: move
Object: control
Glossary: object, command, property, parameter
Description

Use the moveSpeed property to change the speed of animation performed with the move command.

A moveSpeed of zero moves the objects directly to their destination, as though you had set the object's location property rather than using the move command.

The moveSpeed property has no effect if you include the in time parameter in the move command. It only controls the speed of move commands that don't specify a time for the movement.

Tagsmultimedia