Skip to content

Commit c5eefca

Browse files
authored
Improve Sprite page (#33)
1 parent ac28f30 commit c5eefca

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed
181 KB
Loading
185 KB
Loading
42.4 KB
Loading
44.6 KB
Loading
172 KB
Loading
87.1 KB
Loading

docs/gdevelop5/objects/sprite/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ When you have set multiple animations for an object with unique animation names,
112112

113113
You can also change animations using the number associated with that animation using the action "Change the animation", where you can change the number of the animation being played with the modification symbol.
114114

115-
![](/gdevelop5/objects/eventanimationexample.png)
115+
![](./ChangeAnimationAction.png)
116116

117-
You can use the current animation of a sprite object as the condition for an event, either with it's animation name or number, as well as a particular frame of the animation.
117+
You can use the current animation of a sprite object as the condition for an event, either with its animation name or number, as well as a particular frame of the animation.
118118

119-
When using an animation's name, write the name between quotation marks. For examples: "Animation"
119+
When using an animation's name, write the name between quotation marks. For examples: "Animation"
120120

121-
![](/gdevelop5/objects/eventanimnameexample.png)
121+
![](./ChangeAnimationCondition.png)
122122

123123
For more practice with events, follow the [tutorials here](http://wiki.compilgames.net/doku.php/gdevelop5/tutorials).
124124

@@ -131,16 +131,16 @@ Currently, the **Advanced options** button opens a window that allows you to tog
131131
**See it in action!** 🎮
132132
Click on the images to open the examples online.
133133

134-
[![](/gdevelop5/objects/createaspritenew.png)](https://editor.gdevelop.io/?project=example://change-scale-of-sprites)
134+
[![](./Examples1SquareSizeChange.png)](https://editor.gdevelop.io/?project=example://change-scale-of-sprites)
135135

136136
----
137137

138-
[![](/gdevelop5/objects/changespriteanimationexamplenew.png)](https://editor.gdevelop.io/?project=example://change-sprite-animation)
138+
[![](./Examples2ChangeAnimation.png)](https://editor.gdevelop.io/?project=example://change-sprite-animation)
139139

140140
----
141141

142-
[![](/gdevelop5/objects/changespritecolorexamplenew.png)](https://editor.gdevelop.io/?project=example://change-sprite-color)
142+
[![](./Examples3BallCreation.png)](https://editor.gdevelop.io/?project=example://change-sprite-color)
143143

144144
----
145145

146-
[![](/gdevelop5/objects/changespriteanimationexample2new.png)](https://editor.gdevelop.io/?project=example://play-stop-sprite-animation)
146+
[![](./Examples4PauseAnimation.png)](https://editor.gdevelop.io/?project=example://play-stop-sprite-animation)

0 commit comments

Comments
 (0)