- Code: Select all
if (i==0)
{
transp=0;
i=1;
}
else if (i==1)
{
transp=1
i=0;
}
and you should have a flashing button. But i think that it would be easier to have a flasing animation.
About the load you can already create .dat files and load them as maps. Just export a map as a game data file and it will create a .dat file wich you can load.
The tiles don't have grid snap but they have snaping to each other, you can activate this by pressing left shift.