Files
RCBASIC4/doc/doc_files/translatesprite.html
2024-10-27 11:52:28 -04:00

24 lines
663 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>TranslateSprite [RCBasic Doc] </title>
</head>
<body>
<p><h2>Sub TranslateSprite(sprite, x, y) </h2></p>
<p>
Move a sprite relative to its current position
</p>
<p>
Note: This function sets the position of a sprite without regards to physics properties so it will not trigger collision detection or collision response.
</p>
<br><p>Related:
<a href="setspriteposition.html">SetSpritePosition</a>
<a href="getspriteposition.html">GetSpritePosition</a>
</p>
<p>
</body>
</html>