Re: how do you make the platform update the x coordinate of a map in bgt?

2019-12-27 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: how do you make the platform update the x coordinate of a map in bgt? You are using the wrong method. You should make use of the spawn_platform method. as 4 said, you just keep on resetting the int to 200 each time after 10 seconds URL: https://forum.audiogames.net/post/488575

Re: how do you make the platform update the x coordinate of a map in bgt?

2019-12-24 Thread AudioGames . net Forum — Developers room : manamon_player via Audiogames-reflector
Re: how do you make the platform update the x coordinate of a map in bgt? agree at2 URL: https://forum.audiogames.net/post/488026/#p488026 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: how do you make the platform update the x coordinate of a map in bgt?

2019-12-24 Thread AudioGames . net Forum — Developers room : CAE_Jones via Audiogames-reflector
Re: how do you make the platform update the x coordinate of a map in bgt? Does spawn_platform update maxx? Or do you call the above function every time? The only assignments to maxx in what you posted set it to 200. So if you call the above every time, maxx is reset to 200 every time. URL

Re: how do you make the platform update the x coordinate of a map in bgt?

2019-12-23 Thread AudioGames . net Forum — Developers room : cmerry via Audiogames-reflector
Re: how do you make the platform update the x coordinate of a map in bgt? Just a little comment from me, but I really hate when people ask how to do non language specific things in a given language. Like what you're asking, there are loads of different ways you could impliment maps. B

Re: how do you make the platform update the x coordinate of a map in bgt?

2019-12-23 Thread AudioGames . net Forum — Developers room : Patrick via Audiogames-reflector
Re: how do you make the platform update the x coordinate of a map in bgt? This is just an idea.You would want to do something sort of like this.timer expandtimer; //We want to have a timer so that we can time for every 10 seconds.int expandtime=1; //How long we want to wait until it

how do you make the platform update the x coordinate of a map in bgt?

2019-12-23 Thread AudioGames . net Forum — Developers room : audiogamer500 via Audiogames-reflector
how do you make the platform update the x coordinate of a map in bgt? Hi all. So, I am probably the only one in the world still using bgt, but I am still using it. But I am making a runner game, and the board is expanding every 10 seconds. I told the map to spawn a platform at the maximum