generated from mwc/project_drawing
I created the jumping penguin. I was unsure of where to begin, so I tried out translate but it wasn't working so I decided to use iterpolate. debugging was a great tool to figure out how everything was movig along in the animation for when I would get stuck. I had a lot of fun making this animation and seeing the eng product brought me a lot of joy.
40 lines
2.3 KiB
Plaintext
40 lines
2.3 KiB
Plaintext
Commit 1: Created a static image of a penguin on an iceberg
|
|
|
|
I was struggling how to draw an oval for my penguin. I needed to look
|
|
up videos/read up how to do it. I also had to look up how to set the size of the image.
|
|
I found it really difficult to just start the penguin, but once I got the shapes
|
|
I felt more comfortable.
|
|
|
|
Commit 2: Created an iteration of penguins
|
|
|
|
Created a function penguins which iterates the drawing of the penguin until the end of the screen.
|
|
I needed to do some debugging for this to work, I managed to solve it, but I don't know how I fixed the issue. For some strange reason it's drawing the first penguin twice and I don't know why. I need to figure that out. This part was much easier than drawing out the shapes.
|
|
|
|
Commit 3: Created walking penguins
|
|
|
|
I had a lot of fun creating the animation of walking penguins. I initially didn't understand how the frames worked
|
|
but reading the source code helped me a lot. While creating an animation I realized that I needed to
|
|
edit my static drawing functions. I still need to edit them to firther my animation. For some strange reason when running my animation,
|
|
i get the background and i need to hit enter before the animation starts playing. I don't understand why this occurs.
|
|
Is it something I did or is that just how it runs?
|
|
|
|
Commit 4: Created penguins that move forward
|
|
|
|
I actually figured out how to do this by accident. I meant to check how my penguin positions were changing
|
|
but then I got it moving. I think it's funny that I thought it was going to be very difficult to figure it out.
|
|
It wasn't. I think I am a bit hesitant to attempt the jump because I don't know where to start.
|
|
I still don't know why I need to press enter to get the animation going.
|
|
# -----------------------------------------------------------------
|
|
# Write your entire commit message above this line.
|
|
#
|
|
# The first line should be a quick description of what you changed.
|
|
# Then leave a blank line.
|
|
# Then, taking as many lines as you want, reflect on your progress
|
|
# since your last commit. Some possible ways to start:
|
|
# - Somewhere I got stuck was __________
|
|
# - Something I figured out was ___________
|
|
# - A strategy I used to get un-stuck was ____________
|
|
# - Something I'm wondering about is ______________
|
|
# - Something I want to learn more about is ____________
|
|
# - An idea for a future project is _____________-
|