[FREE] Scratch Off Extension for App Inventor

Scratch Off Extension for App Inventor

The Scratch Extension adds interactive "scratch card" functionality to your App Inventor projects. This feature allows users to "scratch off" a surface on their screen to reveal what's underneath, similar to how lottery scratch cards work.

Features:

  • Transform Components: Easily turn any ViewGroup component (like panels) into a scratchable area.
  • Customizable Scratch Effect: Adjust the size and color of the scratch brush to fit the style of your app.
  • Background Image: Set a background image that will be revealed as users scratch the surface.
  • Dynamic Control: Programmatically enable or disable scratching, allowing for flexible interaction within your app.
  • Progress Tracking: The extension can report the percentage of the area scratched off, providing opportunities for games, reveals, and more.

How to Use:

  1. Set Scratch Component: Designate a component in your app's layout to become scratchable.

  2. Customize Appearance: Choose the color and width of the scratch effect to match your design.

  3. Background Setup: Optionally set a background image that will be revealed through scratching.

  4. Control Functionality: Enable or disable the scratch effect as needed through your app's logic.

  5. Monitor Progress: Use events to get notified about the start, movement, and end of the scratching, as well as the overall progress.


FILES AND DEMO

Version 1

Version 2


This extension is perfect for creating engaging, interactive elements in your apps, such as reveal games, promotional offers, or educational tools. It's designed for ease of use, so even those with no Java knowledge can integrate it into their App Inventor projects.

5 Likes

several functions is better to change to property.

1 Like

Sorry, it seems that the events are not triggering for me...maybe I'm doing something wrong? With your aia example I don't get the ShowAlert message... I have tried with all events and no one is triggering...

EDIT: I'm testing with AI Companion (v2.70)

With your example, as it is:

image

Finally I can see the showAlert.....sorry

1 Like

This has always been possible to create without an extension, see Taifun's example:

2 Likes

Suggest changing thread title to Scratch Off ... to avoid confusion with the Scratch block system, an uncle of AI2

2 Likes

Thanks for the suggestion

New version available

1 Like