Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: [REQUEST]Scrolling credits engine  (Read 1430 times)

0 Members and 1 Guest are viewing this topic.
[REQUEST]Scrolling credits engine
« on: April 15, 2007, 01:42:22 am »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 167
I need one to finish the demo for "Shadow the Hedgehog II".I want to have an actual credits roll,and the text
drawing system doesn't work in exclusive graphics mode.And no,I'm not taking the game off that.
« Last Edit: May 26, 2007, 05:15:59 pm by ZeldaTheSwordsman »
Logged


If you're wondering about the I'm Sorry, that's aimed at TFW2005, for all the good it does.

Collided Worlds on indefinite hiatus due to being in need of heavy rewrites. I am instead working on some smaller crossovers, such as a My Little Pony and Power Rangers crossover.

Brony
  • Linkosaurus Forums
Re: [REQUEST]Scrolling credits engine
« Reply #1 on: May 26, 2007, 05:17:09 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 167
I apologize for bumping.I needed to put this at the top.
Logged


If you're wondering about the I'm Sorry, that's aimed at TFW2005, for all the good it does.

Collided Worlds on indefinite hiatus due to being in need of heavy rewrites. I am instead working on some smaller crossovers, such as a My Little Pony and Power Rangers crossover.

Brony
  • Linkosaurus Forums

A Storm in the Desert

Eternal Triangle
Re: [REQUEST]Scrolling credits engine
« Reply #2 on: May 29, 2007, 12:45:59 pm »
  • Wear the Deku Sprout Smile :]
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 222
Well an insanely simple way to do it is have the game draw a massive sprite and move it up a little each step. The sprite has your credits on it.
Logged
Surely you can do it!
Believe in your strengths...Believe...

        -Happy Mask Salesman
Re: [REQUEST]Scrolling credits engine
« Reply #3 on: May 30, 2007, 05:56:13 am »
  • *
  • Reputation: +1/-0
  • Offline Offline
  • Gender: Male
  • Posts: 4588
Create Event:
credits = "Created By:#That Guy## Sprites By:#That Other Guy##"; (etc)
_x=0;

Draw Event
draw_set_halign(fa_center);
draw_text(room_width/2,room_height-_x,credits);

Should start you off.
Logged
the a o d c
Re: [REQUEST]Scrolling credits engine
« Reply #4 on: May 31, 2007, 01:30:36 am »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 167
Age of Darkness Creator,thanks for the code,but texts can't be drawn like that in exclusive graphics mode.
Logged


If you're wondering about the I'm Sorry, that's aimed at TFW2005, for all the good it does.

Collided Worlds on indefinite hiatus due to being in need of heavy rewrites. I am instead working on some smaller crossovers, such as a My Little Pony and Power Rangers crossover.

Brony
  • Linkosaurus Forums
Re: [REQUEST]Scrolling credits engine
« Reply #5 on: June 07, 2007, 12:32:46 am »
  • *
  • Reputation: +1/-0
  • Offline Offline
  • Gender: Male
  • Posts: 4588
Age of Darkness Creator,thanks for the code,but texts can't be drawn like that in exclusive graphics mode.
Ah, crud, I don't know then =(. Post over at GMC, they know alot more.
Logged
the a o d c
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.024 seconds with 47 queries.