CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Random motion

  1. #1
    Join Date
    Oct 1999
    Posts
    3

    Random motion

    Hi all, can someone point me to an algorithm which will randomly move an object across the screen?

    By randomly I don't mean simply moving in a straight line and bouncing off the screen "walls", but a variety of loops, turns, and other variations in direction.

    Thanks in advance for any info!


  2. #2
    Join Date
    Jun 1999
    Location
    virginia
    Posts
    16

    Re: Random motion

    Try the following site:
    http://www.perplexed.com/GPMega/
    Look at the advanced section



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured