so yeah i was messing with BGCOLOR and made every bg random colors lol.
it changes at really fast speed lol, maybe for a "rainbow hax 2" (along with bullet color hags too lol)
hah yeah i saw BURGER and i was like.. a lot more hungry.. but dont worry i just ate so you have minor protection.
cant say the same for others though..
made a quick test for my theory of bgput and it works! i made tiles that disappear after being walked over!
and i learned a new command, BGCOORD it turns bg coordinates to player ones or visa versa.
helpful cause bd tiles go by 16 pixels at a time while player goes by its own one.
anyways im setting up an easy way to use this for people.
2ndary base with the transport ship we escaped in, at first they dont believe us that the base was gone but after sending drones to check out what we said they find that it was true.
we go to investigate as to what happened.
*dun dun dun*
"what will happen?!"
find out next time after you tell me how it is.
anyways but basically after a while we (us and some other firends) get tired of being bossed around on the base and plan a night escape, just like a day off, but when we do this as soon as were out of the outer gates the base is suddenly blown to bitz.
we put together that we think it was an attack from Russian military as they were not happy about our taking the planet.
we quickly escape to a
hmm yeah.
the one i originally made was a gline that rotated along the circle pad, but somehow the view in angle with the bullets were all wrong and idk why.
it is determined that its not a new one its everywhere, on every planet we have gone to, even earth, basically it cant do anything anywhere else cause of the distance from or to the sun.
but the new planet is different and it can do anything, it is named the Everlast Virus because of it being everywhere.
anyways.
i wont give any more, but thats not what im doing for this game.
well i want to make sure its something good or right/ready.
my friend and i decided to use various things from our upcoming movie called EVΞRLAST.
in basic form it is about us finding another planet and because of earths crippled atmosphere that over the years got much worse we are using this other planet to make a 2nd planet in the case of earth getting so bad.
then a virus is found later, it
is it possible to remove a bg tile by placing a neutral tile where it was on the same layer?
because if so then a working mine or breakable blocks can be made.
making what i call a touch button is simple, so you have your TOUCH OUT TX,TY
then you make a box, so set the start of the box x,y then the end.
here ill show you.
IF TX>50 AND TX<100 THEN
IF TY>50 AND TY<100 THEN
BEEP 5
ENDIF
ENDIF
so if you are in the area 50-100 x,y then you are touching it and it should beep.
hopefully you understand.