Files
RCBASIC4/doc/doc_files/addspritechild.html
2026-03-03 19:29:04 -06:00

21 lines
498 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>AddSpriteChild [RCBasic Doc] </title>
</head>
<body>
<p><h2>Function AddSpriteChild(sprite, child_sprite, x, y) </h2></p>
<p>
Adds a sprite as a child to another sprite. Child sprite is offset by given position.
</p>
<br><p>Related:
<a href="removespritechild.html">RemoveSpriteChild</a>
</p>
<p>
</p>
</body>
</html>