Users browsing this thread: 1 Guest(s)
Fixed version of Andrux Adventure
#4
(05-08-2016, 03:37 PM)ofihombre7 Wrote: All games have bugs or glitches, well, it is clear that Andrux Adventure also has quite a few bugs, but most are remediable and is solved with the gameplay, for example, if it gets stuck in the ground, you have to press the jump button (up arrow) and you can leave, and besides that the game is made with game maker lite and had its limitations. I am who I play, I'm still a newbie/intermediate developer, did the best I could use the full potential of the program possible, and there are games with bugs even worse than this.
Yeah, but they are hard to find, in this game just the Main Controls are bugged (Is way different)

Why dont you use Game Maker Studio? i guess the free version has less limitations than previous versions, ok, i didnt know you were new Tongue

Here is a tip, if your platform is moving like this:

Create Event
Code:
Movingposition=1 //1 Means to the right and -1 means to the left

You can move character with:

Step Event
Code:
x+=Movingposition
if place_meeting(x,y-1,Player) Player.x+=Movingposition

Or

Step Event
Code:
x+=Movingposition
if instance_place(x,y-1,Player) Player.x+=Movingposition

I cant remember which of them was in free version (I cant even remember if they are avaliable)

Also.... can i ask where are you from? (To give you another tip Tongue)
Reply
Thanked by:


Messages In This Thread
Fixed version of Andrux Adventure - by ofihombre7 - 05-07-2016, 01:03 AM
RE: Fixed version of Andrux Adventure - by Khyze - 05-08-2016, 02:58 PM
RE: Fixed version of Andrux Adventure - by Khyze - 05-08-2016, 04:13 PM
RE: Fixed version of Andrux Adventure - by iyenal - 05-13-2016, 02:39 AM

Forum Jump: