Jump to content

Side scrolling

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
fread

fread

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 787 posts
I missed these entire classes in school and they refuse to go over...Any one has links to good tutorials on side scrolling. Hopefully something for a novice?:rolleyes:
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
You mean to do a scrollbar in a form? simple set the AutoScroll property of the form to true then just drag something outside the form border and the scroll bar will show :)
Posted via CodeCall Mobile

#3
fread

fread

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 787 posts

TcM said:

You mean to do a scrollbar in a form? simple set the AutoScroll property of the form to true then just drag something outside the form border and the scroll bar will show :)
Posted via CodeCall Mobile

Hmm..Not in that context..Its a concept in game programming.
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:

#4
Aereshaa

Aereshaa

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 790 posts
It means you have a variable which stores the "camera"'s position, then move the camera ato the side, drawing things at their position relative to the camera.
Watches: Nanoha, Haruhi, AzuDai. Listens to: E-Type, Dj Melodie, Nightcore.
"When people are wrong they need to be corrected. And then when they can't accept it, an argument ensues." - MeTh0Dz

#5
fread

fread

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 787 posts
Got Links?
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:

#6
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Oh, sorry dude.. you should have said that it was for gaming lool.. I thought you meant the side scroll bar... I know what you mean now, but I can't help with that..

#7
zeroradius

zeroradius

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,406 posts
I found a nice set of java 2d game tutorials about a year ago. I have uploaded them to my domain for you. If you combined tut 4 & 6 than make a few modifications you can come up with what you are looking for. I will be removing it from my host this time tomorrow, if you don't get it tough luck. You will need to right click save target as on the proper link.

Edit: It's gone now.

Edited by zeroradius, 16 October 2009 - 05:03 AM.

Posted Image

#8
fread

fread

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 787 posts
Yeh i missed it...I figure i download an ebook on game programming
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused: