The Dink Network

Reply to Re: Randomized title screen?

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
March 11th 2015, 09:15 AM
pq_knight.gif
ExDeathEvn
Peasant He/Him New Zealand rumble
"Skinny Legend" 
It's doable, made use of randomly selected main menu backgrounds.
Unless you mean the "Loading" image.

  int &r = random(4, 1);
  &dinklogo = create_sprite(426,344, 0, 453, &r);
  sp_que(&dinklogo, -800);
  sp_noclip(&dinklogo, 1);


That's what I have for the titlescreen image in start.c right before the button creation lines, but after the mouse pointer lines.