The Dink Network

Reply to Re: File wanted:day to night

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:
 
 
July 20th 2009, 09:51 AM
dinkdead.gif
Not sure exactly what you want, an item or what, I'll wait to see your script

What I would do is either have that loop script attached to sprite 1000 and always running, or attached to a sprite on every screen.

Edit: Also, instead of having a whole new map, you could do what joshriot mentioned and load new tilesets using load_tile().
I've never tried but I think this is how it works: say you want to replace TS01.bmp with night01.bmp.

//don't know if the .bmp is needed...
load_tile("night01.bmp", 1);
draw_background();


I dunno, experiment