animation

  1. ReviveEarly

    Animation problem - simple fix

    Hello forum, hope you are all well. I have a little problem with my animation, which i'm certain is a simple fix. Here is my code in the update function if ((Input.GetKeyDown(KeyCode.Q))) { bool fire = Input.GetButtonDown("Q")...
  2. M

    Simple horizontal scrolling animation

    I have a form which I want to use as a lock screen for my application. Within this form I want to have around 3 row's of images scrolling across the screen (these images will be pulled in from a database, not important at the moment). Having some layout issues, mainly background images within...
Back
Top Bottom