-
Hi. So, what I wanna look at in this video
-
is two other elements that you can add to
-
Not Synced
a page for additional interactivity.
-
Not Synced
So, in the previous video, I started
-
Not Synced
talking about this idea of a callback.
-
Not Synced
You have a button and we attach a
-
Not Synced
function to that button and the code is
-
Not Synced
executed only when you click on this
-
Not Synced
button via the mousePressed event callback
-
Not Synced
So, let's look at two other pieces of ...
-
Not Synced
two other interactive elements you can
-
Not Synced
add to your page and what other events
-
Not Synced
might be associated with those elements
-
Not Synced
and some of the things you might be able
-
Not Synced
to do to just make things more interesting for you