Commands/Lua

Reference for console commands, Lua hooks and Lua commands in CS2D.

CS2D Command CS2D Console Commands

Lua Hook Lua Hooks

Lua Command Lua Commands

Category: all (86)

Lua Command tween_frame

Categories

Parameters

  • id
  • time
  • frame

Info

Creates a frame animation tween which changes the frame of a spritesheet image (with the specified ID). The image will have the given frame after the given time.

Note: The used image must be a loaded as spritesheet image with the image-command so it has multiple frames!

Note: Time in ms (milliseconds, 1000 ms = 1 sec)

Attention: The image frame is 0-based for this command. Meaning that the first frame is frame 0 and the last possible frame of an image with N frames is frame number N-1.