Hii!

i am into making my first intro, i hopefully be able to pull it in less than 20 days to submit it on a compo

BUT if not, i'll still keep with this for fun
thing is that i want to use only this old opengl
to support all graphic cards and even really old OS, mostly to just have everything in one exe and no extra dlls on folder
aka some glxx.dll to run it
i have seek on all threads on this forum section to see find something helpful BUT mostly i find ones where they said they attached an example BUT i can't see any attachment on posts for some reason :C i posted screencaps of what i see here:
http://www.dbfinteractive.com/forum/index.php?topic=3470.msg84052#msg84052so i am stuck in two things:
i want to do a Sine Scroller
what would be an intro without it? = p using the old opengl on any C++/C# BUT can't find any example that teach me how
the other thing is that alright, i can pop a geometric figure on screen BUT i can't find an example on how to sequence animations (how do i trigger that my opengl rendered say, triangle; moves to the right after 5 seconds and when that animation ends, it triggers another triangle spawning in the place the other one was before?)
have done those kind of animations on javascript before, so i am familiarized with that approach
i am using Code::Blocks, and it allows me to create a ready to use template for OpenGL instantly!

this is what it start with:
https://pastebin.com/raw/4N1VZfSni have messed around a bit with it so i feel comfortable with what i see there = p
on another note, i seeked for an old OpenGL documentation in the official site and they only hands the one for OpenGL 4.5 :C my idea is to stick with OpenGL 1.1 as much as possible for compatbility
and no extra dlls on folder/installs = p so i found and have stick to these documentations for OpenGL 1.1, i have had a good read so far
http://www.openglsuperbible.com/previous-editions/http://www.glprogramming.com/red/http://physics.ujep.cz/~mmaly/vyuka/ruzne/grafika/OpenGL/OpenGL%20Super%20Bible.pdfhttp://opengl.czweb.org/any kind of help is really appreciated! =' D