this video is goated because of you I got a A for my test and my teacher was very impressed. my skills that I showed were so good
@timothyurness8 жыл бұрын
Note that in the newest version of App Inventor, the "clock" object can now be found in the Sensors drawer.
@studentsin3labs7764 жыл бұрын
yep
@connersnyder20318 жыл бұрын
This app can be expanded so much!
@laceyhale69428 жыл бұрын
How did you get the "7" into the math block??? I double-clicked the "return" key on my keyboard to get a blank to put the number in, but how do I get it to the blue block??? Couldn't really tell in the video. You did it really quick.
@timothyurness8 жыл бұрын
In the blocks editor/viewer, make sure you click on the (white) background to ensure that nothing else has the focus. Then type in any number and press return -- the number in a blue "math" block should appear. If this doesn't work, you can always manually get a blue block by clicking on the "Math" block on the left hand side (under the built-in menu).
@laceyhale69428 жыл бұрын
Got it! Thanks so much.
@jainamlakhtaria97887 жыл бұрын
How do I make my own obstacles?
@kevcarey38 жыл бұрын
Thanks for the video. When my ball bounces off the obstacle, it reverses its x direction heading. Therefore it is ineffective for bouncing off the side of the obstacle. Is there any simple way to remedy this?
@timothyurness8 жыл бұрын
This is an excellent question. Unfortunately, there is no simple remedy. One alternative, however, would be to create an obstacle that consists of multiple image sprites, and have the .collidedWith block update the GolfBall heading as appropriate. For example, if the ball collides with the obstacle in the x direction, the GolfBall heading should be updated to 180 - GolfBall.Heading. See the following screen shots for a push in the right direction. analytics.drake.edu/~urness/appcamp/blocks.png analytics.drake.edu/~urness/appcamp/blocks2.png analytics.drake.edu/~urness/appcamp/obstacle2.png
@iddubdragon77683 жыл бұрын
@@timothyurnessreally??
@hylife8089 жыл бұрын
Thank you very much for this tutorial as it is very clear to understand you. However how do I get the reset button to work? I am a baby developer, nowhere near a junior developer so watching videos like yours actually gives me a visual learning hands on experience type of thing. Please help on the reset button. Or anyone. I would like the ball to disappear in the hole then re appear somewhere random on the screen. Thank You
@timothyurness8 жыл бұрын
+K. Kahokuokekai You'll need to use the "when ResetButton.click block". I think this might help: analytics.drake.edu/~urness/appcamp/reset_button.png
@silblossom5 жыл бұрын
Hi... excuse me how do u make it stop at 18 holes???
@zainababdulsalammahmoud82784 жыл бұрын
How do you get that obstacle?
@weallgames42898 жыл бұрын
thank you so much that was really helpful thank you
@harryroden17888 жыл бұрын
thankyou so much computer studies assignment done !
@רננההילל6 жыл бұрын
How do you have the blue rectangle?
@iddubdragon77683 жыл бұрын
you must charge the image from your pc and after in prpieties you choose the image man
@daniellechan59807 жыл бұрын
If you do the reset button "when reset click"- 'do set golfbal x and y to..." On what number do you put it?
@timothyurness75817 жыл бұрын
It can be reset to where ever you would would like. I would suggest starting with x=50 and y = 290. Adjust as you see fit.
@dodazoza3674 жыл бұрын
you have forgot about the reset button
@bags5349 жыл бұрын
When the ball hits the Obstacle from the sides it doesnt bounce.
@timothyurness8 жыл бұрын
+BRKcbx Make sure you've implemented the "when Obstacle.CollidedWith" block. Take a look at 7:49 in the video.
@목도리도마뱀-l4b Жыл бұрын
I am trying to follow you but there is a problem. I just can't open the PNG
@chrislordnine2 жыл бұрын
can‘t get dem resources, where can I find them elsewhere? Edit: nvm, found them
@jainamlakhtaria97887 жыл бұрын
Why dont we set the Z component of the obstacle as same as the ball's i.e. Z=2.0 ?
@timothyurness7 жыл бұрын
The Z component is used to determine how elements should be layered relative to other objects. It is not used in collision detection. (ai2.appinventor.mit.edu/reference/components/animation.html)
@frantisekvanco59517 жыл бұрын
my ball didn t bounce from an obstacle, what can I do when it is not working ?
@frantisekvanco59517 жыл бұрын
ok I passed it. But sometimes a ball go thrught the obstacle (from the sides of obstacle, from left or right) What now?
@erdenebulagbuyanbat17357 жыл бұрын
next video? where is
@hilmialjarumi67697 жыл бұрын
where the reset button?
@timothyurness7 жыл бұрын
Go to the ResetButton drawer and pull out the 'When ResetButton.Click' block. The interior of the reset button code will look very similar to the blocks inside the GolfBall.CollidedWith block at the end of the video. You'll just need to change the numbers for GolfBall.x and GolfBall.y so the position of the ball is changed to where you want it to be reset.
@馬嘉俊-o5m Жыл бұрын
HOW TO SET UP THE reset button ? dont work
@davidwilliamchristopher546710 жыл бұрын
Hello Timothy! Thanks so much for sharing this tutorial, your directions are very clear to understand! I do belive you forgot to program the RESET button to do what its suppose to do. Can you please make a video on," How to Swipe left/right and top/bottom to trigger something?"" The print version is here:- puravidaapps.com/snippets.php#2flung I am completely stuck on this one. I want to be able to swipe right or swipe left for the photos to show up. also how can you make a youtube video play inside the app? Thanks so much, any help will be greatly appreciated! David
@cheungchingchan17995 жыл бұрын
Why the reset button doesn't work
@rubylee99897 жыл бұрын
You forgot to specify about the reset button
@timothyurness7 жыл бұрын
Thanks for the note, Ruby. The interior of the reset button code will look very similar to the blocks inside the GolfBall.CollidedWith block at the end of the video. You'll just need to change the numbers for GolfBall.x and GolfBall.y so the position of the ball is changed to where you want it to be reset.
@rubylee99897 жыл бұрын
Thanks!
@rapidoyolo20389 жыл бұрын
the reset button doesnt work
@timothyurness8 жыл бұрын
+rapido yolo You'll need to use the "when ResetButton.click block". I think this might help: analytics.drake.edu/~urness/appcamp/reset_button.png
@rapidoyolo20388 жыл бұрын
+Timothy Urness thanks but you took a really long time lmao my exams over
@ismailfaisal82935 жыл бұрын
pls make a video of levelss
@70a556 жыл бұрын
Ur awesome!
@studentsin3labs7764 жыл бұрын
nice
@oliviadudek56936 жыл бұрын
timothy goes to school
@PACKERSFANSheshank8 жыл бұрын
Thank you a lot
@70a556 жыл бұрын
Thanks!
@TheDamnWalterWhite8 жыл бұрын
esta chido wey
@madhavchirag58967 жыл бұрын
very very very very very helpful
@sajidch87867 жыл бұрын
Awesome....tutorial...Timothy Urness
@jamesfp55297 жыл бұрын
yo
@andresleanos37827 жыл бұрын
Tu ha papá
@leorobets80549 жыл бұрын
thanks a heap
@ericco78044 жыл бұрын
FAKEEEEEEEEEEEEEE!!!!!!!!!!!!
@mohamito7 жыл бұрын
Not a very good tutorial. This is really only good for the designer part of the game, the blocks and game its self is incomplete and very empty. Would not recommend using this video to help you make a mini golf app.
@eduardorivera81927 жыл бұрын
nerds
@studentsin3labs7764 жыл бұрын
you are a nerd
@thetripleofficials68308 жыл бұрын
WHAT R U FEKING GAY
@silblossom5 жыл бұрын
Hi... excuse me how do u make it stop at 18 holes???