Concept: Clock speeding up+slowing down throughout day to reflect how time “feels” like it passes. The background has a cafe with people who move more quickly or slowly depending on the clock speed
Steps:
- Draw clock
- Make variables for minute and hour hands
- Use “if” statements for its speed: if time is between i.e. 12-2, speed is x amount. if time is between 4-6 time is y, etc.
- Draw background
- furniture will be stable so don’t need variables for those
- door will be opening+closing at certain time frames
- people coming in+out: need to move their heads and bodies together. That is important (make a branch)
- speed up the variables for the people at same rate as clock is speeding up/slowing down
You must be logged in to post a comment.