Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
Kade M edited this page Aug 22, 2021 · 1 revision

Sprite properties (makeSprite)

Name Description
x The position of the sprite on the X Plane
y The position of the sprite on the Y Plane
angle The angle of the sprite
alpha The transparency of a sprite

Functions

Name Arguments
tweenPos (self,x,y,time)
tweenAngle (self,angle,time)
tweenAlpha (self,alpha,time)
Clone this wiki locally