How to place a button at the bottom?

how do you get a button to go to the bottom without placing anything else

If you’re justing adding a Button to the Screen, you could set the Screen’s AlignVertical property to bottom. Depending on the complexity of your UI this may or may not work.

and I also cant get a ball to appear

The Ball component must be placed on a Canvas, so if you haven’t already added a Canvas to your screen you’ll need to do that first.

but how do you make that ball bounce

Hi @Michael_Braun,

You might want to try this tutorial

There’s also a free book to learn App Inventor online here.

Regards,
Evan

can you please give me a tutorial to make the ball go by its self all the time

If you read the tutorial @ewpatton mentioned, you can come up with a perpetual moving ball by not decreasing its speed over time.
If I give a ball a speed of 2, it will always have that speed even after bouncing.

but how do you get it to start going by itself

and is the time for the clock in seconds or miliseconds

When you set the speed it will start moving. You can do it with a button click event, or any event you want, even in the Screen1 Initialize event.

The clock works with milliseconds.

A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There is a free programming course here http://www.appinventor.org/content/CourseInABox/Intro and the aia files for the projects in the book are here: http://www.appinventor.org/bookFiles
How to do a lot of basic things with App Inventor are described here: http://www.appinventor.org/content/howDoYou/eventHandling .

Also do the tutorials Our Tutorials! to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

also how do you get a repeating code

See https://docs.google.com/document/d/1nmovfgkql83YK1jR_Vdys3UAiikz9qtQZgdblsa7yCY/edit?usp=sharing

this thread is about "How to place a button at the bottom"
for new questions please start a new thread next time
please do the tutorials to learn the basics!

Taifun