Page 1 of 1

My first intro!

Posted: Mon Jun 17, 2013 9:13 pm
by em_uk
It's not much, but finally after 15 years I finally code an intro. The whole reason behind me wanting to learn to code!

Thanks to Va!n for his tunnel tutorial. Also whoever made the mini futurecompose lib :)

https://www.dropbox.com/s/l03nybeaihj53 ... _final.rar

Press space for full screeniness.

:)

Re: My first intro!

Posted: Mon Jun 17, 2013 9:41 pm
by luis
Nice :)
Even if you must admit most of the appeal is due to the music, but a nice start !

Did you capture the mouse ? Because the pointer vanishes here and if I just move the mouse the program quits.

Oh, thanks for the greetings :wink:

Re: My first intro!

Posted: Mon Jun 17, 2013 9:44 pm
by LuCiFeR[SD]
raised a smile from me too. gotta love ye olde cracktro :) And thanks for no greets hahaha

Re: My first intro!

Posted: Mon Jun 17, 2013 10:45 pm
by Zebuddi123
Cool! First thing i thought about was my old Amiga 500+ and Demomaker :lol:

Zebuddi. :D

Re: My first intro!

Posted: Tue Jun 18, 2013 2:41 am
by em_uk
Thanks :)

Yep - captured the mouse so you can click and exit easily.

I had fun getting my head around the code. Now for my next project!

Re: My first intro!

Posted: Tue Jun 18, 2013 4:28 am
by flaith
Nice demo, thanks :D

Re: My first intro!

Posted: Tue Jun 18, 2013 11:39 am
by luis
em_uk wrote: Yep - captured the mouse so you can click and exit easily.
What I meant is on my system if I just move the mouse, the program quits, without clicking any button.
Doesn't quit as soon as I move it. Seems to quit when the (invisible) pointer hover inside or outside the window, I'm not sure (being it captured).

Re: My first intro!

Posted: Tue Jun 18, 2013 12:02 pm
by em_uk
I see, it's meant to quit when you click the mouse, not move it. If i didn't handle the mouse when a user clicked off the window it could cause it to hang.

I will look at sorting that out in the next one.

Re: My first intro!

Posted: Tue Jun 18, 2013 5:07 pm
by ar-s
Nice intro (don't quite with mouse move will be better)

@Zebuddi123 +1 :)

Re: My first intro!

Posted: Tue Jun 18, 2013 8:44 pm
by em_uk
Not sure why it's exiting when moving the mouse.

It should exit when mosuebutton(1) is clicked.

Code: Select all

.
Result = ExamineMouse() : ExamineKeyboard()
.
.
Until GetAsyncKeyState_(#VK_ESCAPE) Or result=MouseButton(1)
.

Ahh, I think there is my problem. Removed the 'result='