Drawing and Animation
Drawing and Animation Components" typically refer to software libraries or frameworks that provide tools and functionalities for creating graphical content, illustrations, and animations in applications. These components are essential for developers who want to enhance the visual appeal and interactivity of their software.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The Image Sprite component is a two-dimensional touch-sensitive rectangular canvas area that can have a background image and can be moved on the screen within a Canvas. It provides functionalities for handling user interactions like touches, drags, and collisions with other sprites.
Overview
android.permission.INTERNET
It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the
.accordion-body
, though the transition does limit overflow.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | other | Sprite |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | startX | float | |
2 | startY | float | |
3 | prevX | float | |
4 | prevY | float | |
5 | currentX | float | |
6 | currentY | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | edge | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | x | float | |
2 | y | float | |
3 | speed | float | |
4 | heading | float | |
5 | xvel | float | |
6 | yvel | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | other | Sprite |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | x | float | |
2 | y | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | x | float | |
2 | y | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | x | float | |
2 | y | float |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | edge | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | other | Sprite |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | coordinates | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | x | float | |
2 | y | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | x | float | |
2 | y | float | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | target | Sprite |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Enabled | boolean | True |
2 | Enabled | boolean | True |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Heading | float | 0.0 |
2 | Heading | float | 0.0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Height | int | |
2 | Height | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Width | int | |
2 | Width | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Interval | int | 100 |
2 | Interval | int | 100 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Picture | string | |
2 | Picture | string |
Gets a boolean value indicating if the image should rotate to match the ImageSprite’s heading.
Sets whether the image should rotate to match the ImageSprite’s heading. If true, the picture will rotate around its center; if false, the picture will not rotate when the ImageSprite’s heading changes.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Rotates | boolean | True |
2 | Rotates | boolean | True |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Speed | float | 0.0 |
2 | Speed | float | 0.0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | X | float | |
2 | X | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Y | float | |
2 | Y | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Z | float | 1.0 |
2 | Z | float | 1.0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Visible | boolean | True |
2 | Visible | boolean | True |