📐
Thunkable Docs
Build an AppDrag and Drop DocsSnap to Place Docs
Snap to Place
Snap to Place
  • 👋Welcome to Thunkable Docs
  • 👶Getting Started
    • Signing In
    • Your Thunkable Projects Page
    • Tutorials
    • Live Test your App
  • 🆕Create New Project
    • Project Settings
    • Project Assets and Sizes
  • Thunkable Sample Projects
  • Public Gallery of Projects
  • 🛠️ Components
  • 🔘User Interface
  • Button
  • Label
  • Text Input
  • List Viewer
  • Web Viewer
  • Switch
  • Slider
  • Alert
  • Loading Icon
  • Date Input
  • Time Input
  • PDF Reader
  • Rating
  • 📊Data Viewers
  • Data Viewer List
  • Data Viewer Grid
  • Custom Data Viewer Layout
  • Data Sources
  • 📐Layout
  • Top Tab Navigator
  • Bottom Tab Navigator
  • Stack Navigator
  • Drawer Navigator
  • Screen
  • Row
  • Column
  • 📷 Image
  • Image
  • Photo Library
  • Camera
  • Barcode Scanner
  • Image Recognizer
  • Animation by Lottie
  • Video
  • Video Recorder
  • 🗄️ Data
  • Local Storage
  • Local DB
  • Realtime DB by Firebase
  • Airtable
  • Media DB by Cloudinary
  • File Picker
  • Web API
  • 🌍Location
  • Maps by Google and Apple
  • Location Sensor
  • 💲Monetization
  • Ads by AdMob
  • In-App Purchase
  • 🌐Sensors
  • Gyroscope
  • Magnetometer
  • Accelerometer
  • Timer
  • Bluetooth Low Energy
  • 🔊Voice
  • Sound
  • Text to Speech
  • Speech Recognizer
  • Translator
  • Audio Recorder
  • 🤝Social
  • Share
  • Email Sign In by Firebase
  • Push Notifications by One Signal
  • 🎮Gaming
  • Canvas
  • Sprites
  • Sprite Gallery
  • Canvas Label
  • 🤖Gaming Blocks🎮
  • Events
  • Motion
  • Looks
  • Direction
  • Sensing
  • Add & Remove
  • Stage
  • Canvas Label
  • 🤖Blocks
  • Control
  • Logic
  • Math
  • Text
  • Lists
  • Color
  • Objects
  • Device
  • Variables
  • Functions
  • "Any Component" Blocks
  • 🖥️ App Services & Emulators
  • 🔒App Data Privacy
  • ➕Make Copy
  • 📥Download
  • 📤Share
  • 📱Publish
  • Publish to App Store (iOS)
    • TestFlight Overview
      • TestFlight in Depth
  • Publish to Play Store (Android) with AAB
  • Publish as a Web App
  • Generate Screenshots
  • 🔎Troubleshooting
    • Login Issues
    • FAQs
  • 📏Intro to Spacing
  • 🖼️ Intro to Sizing
  • 🔤Fonts
  • 💾Managing Storage
  • 📝Bugs and Product Feedback
  • Snap to Place Hour of Code Videos
Powered by GitBook
On this page
  • Sprite Visibility
  • Set Visibility
  • Get Visibility
  • Sprite Image
  • Next or Previous Image
  • Set Image Number
  • Sprite Dimensions
  • Set Height or Width to
  • Change Height or Width by
  • Get Height or Width
  • Flip Sprite
  • Freeze Frame
  • Stamp
  • Drawing
  • Draw Line
  • Draw Circle
  • Draw Filled Circle
  • Draw Polygon
  • Draw Filled Polygon
  • Clear Drawings
  • Make Image

Was this helpful?

Export as PDF

Looks

Program a sprite's image, size, and visibility

PreviousMotionNextDirection

Last updated 2 years ago

Was this helpful?

Sprite Visibility

Set Visibility

Show the selected sprite or hide the selected sprite on the canvas.

Get Visibility

Returns true if the sprite is visible, and false if it is hidden

Sprite Image

Next or Previous Image

Set Image Number

Sprite Dimensions

Set Height or Width to

Set the Sprite's height or width.

Change Height or Width by

Change the sprite's height or width.

Get Height or Width

Get the sprite's height or width.

Flip Sprite

Flip Sprite along a specified axis.

Freeze Frame

Stamp

Add freeze frame of sprite in current position.

Drawing

Draw Line

Draw line between two points with specified width and color.

Draw Circle

Draw circle outline at specified point with a given radius.

Draw Filled Circle

Draw filled circle at specified point with a given radius.

Draw Polygon

Draw a polygon outline at a specified point. The number of sides, length of sides, and angle of rotation (measured in degrees) can be specified.

Draw Filled Polygon

Draw a filled polygon at a specified point. The number of sides, length of sides, and angle of rotation (measured in degrees) can be specified.

Clear Drawings

Clear all the drawings on the specified canvas.

Make Image

Get an image of the specified canvas. Returns a base 64 encoded image.

Set the sprite's image to the next or previous image in the sprite type's .

Set the sprite's image to an image in the sprite type's .

picture list
picture list