Games By This Creator
Favourite games
- Member has no favourite games.
Recently Played Games
Comments By This Member
about 1 year ago Nicro Studio commented on the game Ninja Rope Example
Very nice example! For those who wants to only be able to hang on the solid things, add this in the global pressed event: point_go = instance_nearest(mouse_x,mouse_y,obj_block) global.point_x = point_go.x if point_go.y < y {global.point_y = point_go.y} else {global.point_y = -1 global.point_x = -1}
about 1 year ago Nicro Studio commented on the game FlyEgg WIP Version
Thanks! But what do you mean with bad controls? I think they are just fine.
about 1 year ago Nicro Studio commented on the game FlyEgg WIP Version
Thanks everyone! @JackOatley: Working on it.
