Re: I encountered a problem with my little sidescrolling movement program

His problem was that the player's position variable was being incremented thousands of times a second. You could use a wait() function, or you could check your results against a timer. A wait function will basically hault execution of the program however until the wait period end.

_______________________________________________
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Orin via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : stewie via Audiogames-reflector

Reply via email to