Results 1 to 3 of 3

Thread: Character moving animation using pictures

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,332
    Qt products
    Qt5
    Platforms
    Windows
    Thanks
    317
    Thanked 871 Times in 858 Posts

    Default Re: Character moving animation using pictures

    Qt has an "animation framework", a set of classes designed for animating changes in the properties of things on screen in a smooth manner. There are a bunch of examples here.

    In your case, you will need to animate two things at once - the picture of the character (to simulate walking) and the position.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  2. The following user says thank you to d_stranz for this useful post:

    FlyDoodle (16th September 2019)

  3. #2
    Join Date
    Sep 2019
    Posts
    20
    Qt products
    Qt5
    Platforms
    Windows
    Thanks
    5

    Default Re: Character moving animation using pictures

    Thank you, ill try this out and see if i get anything done w it

Similar Threads

  1. Replies: 1
    Last Post: 3rd May 2017, 11:54
  2. Replies: 2
    Last Post: 8th January 2015, 19:15
  3. flickering in frame moving animation
    By Seth90 in forum Qt Programming
    Replies: 0
    Last Post: 23rd April 2011, 12:55
  4. Character by Character (Unicode?) File Reading
    By mclark in forum Qt Programming
    Replies: 4
    Last Post: 22nd April 2009, 15:28
  5. How to read QStringList character by character
    By iamjayanth in forum Qt Programming
    Replies: 4
    Last Post: 3rd April 2009, 11:25

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.