The Dink Network

Reply to Re: Bah

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:
 
 
January 23rd 2014, 08:24 AM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
Dink Chess is a somewhat close one, synbi.

I have 80 squares on screen and each one messes with a number of different variables, like position of said square. A start script fills the screen with 80 50x50 large square sprites and attaches a script to each one. Right there it's a truckload of variables being used in each of those scripts.
All these squares has a global variable, &s1, &s2 etc. for various things.

Soo, yeeeaaahhh, didn't think of that 250 limit. I have to cut down on variables and be extremely resource efficient from now on.