Select Page

CS 1334 University of Texas Khan Academy Project ? Lab Report

Question Description

I’m working on a javascript exercise and need support to help me study.

Lab Lesson #7 – Flying Text

  1. Create a new Khan Academy project ?
  2. Create a custom variable to store text characters,
    – initailize the the variable with your firstname.
  3. Write code to check if the keyIsPressed ( or use keyPressed( )), if true: new characters will be appended or the text will move
  4. Write code to create logic for appending and moving text detailed below:
  • The text should move when you press the arrow keys (in the direction of the arrow) ?
  • If any other key is pressed the character should be added to the text that is being ?moved. ?
  • Hint: key.toString( ) will give the character value of a key that corresponds to a character.
  • keyCode === UP use similar logic for special keys like UP, DOWN

"Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you "A" results."

Order Solution Now