Search found 50 matches

by bramblez
Wed Dec 12, 2012 9:30 am
Forum: Support and Development
Topic: [Solved!] Cursor movement problem
Replies: 9
Views: 4683

Re: [new issue] Cursor movement problem

I got this all wrong, in the result I need camera to move in a small circle around character, depending on cursor position. If that makes any sense
by bramblez
Wed Dec 12, 2012 7:00 am
Forum: Support and Development
Topic: [Solved!] Cursor movement problem
Replies: 9
Views: 4683

Re: [new issue] Cursor movement problem

New problem! :) It's really hard for me to explain, you pretty much will be able to see the problem once you launch the .love file. the thing is, i need to add smooth camera movement, but limit it by ~25 from character. so that you could look further with your mouse, but not too far from character a...
by bramblez
Tue Dec 11, 2012 8:37 am
Forum: Support and Development
Topic: [Solved!] Cursor movement problem
Replies: 9
Views: 4683

Re: [Solved] Cursor movement problem

Thank you very much! works like a charm ;)
by bramblez
Tue Dec 11, 2012 8:01 am
Forum: Support and Development
Topic: [Solved!] Cursor movement problem
Replies: 9
Views: 4683

Re: Cursor movement problem

No it's not that, cursor is limited by first frame of the window, i can't move cursor image when my character runs away outside first frame.
download my .love file and try to run with character below the screen and you will see what i mean ;)
by bramblez
Tue Dec 11, 2012 5:34 am
Forum: Support and Development
Topic: [Solved!] Cursor movement problem
Replies: 9
Views: 4683

[Solved!] Cursor movement problem

Check last post. Hello there, dear friends! :) I am trying to make a sort of a top-down shooter game. Just opened a world of libraries to myself ^^ so I am not very experienced. Right now I am facing a silly problem, really. I've made a player-character and basic shooting ability, but when I added ...
by bramblez
Sat Sep 22, 2012 5:07 pm
Forum: Support and Development
Topic: [Solved][Collision detection] Help me get 2 circles collide
Replies: 9
Views: 10214

Re: [Collision detection] Help me get 2 circles collide

yes! that is exactly what I need! thank you very very much! :)
by bramblez
Sat Sep 22, 2012 2:37 pm
Forum: Support and Development
Topic: [Solved][Collision detection] Help me get 2 circles collide
Replies: 9
Views: 10214

Re: [Collision detection] Help me get 2 circles collide

it's getting closer! but the goal is to make it possible to move black circle however you like, but inside white one.
by bramblez
Sat Sep 22, 2012 11:35 am
Forum: Support and Development
Topic: [Solved][Collision detection] Help me get 2 circles collide
Replies: 9
Views: 10214

Re: [Collision detection] Help me get 2 circles collide

it moves the black circle on straight line and it's still gets out of the white circle a little bit, but I kinda get the idea here, I will try to twich some things if I can :) thank you tho
by bramblez
Sat Sep 22, 2012 9:57 am
Forum: Support and Development
Topic: [Solved][Collision detection] Help me get 2 circles collide
Replies: 9
Views: 10214

[Solved][Collision detection] Help me get 2 circles collide

Hello, everyone! In this .love file I have 2 circles and I can't manage to keep small black circle inside white circle. Let's call it an eye if you will. The idea is that small black circle follows your cursor, but stays inside white circle. Also while i'm on this theme - can anyone explain me how t...
by bramblez
Thu Sep 13, 2012 12:05 pm
Forum: Support and Development
Topic: [Solved] Problem with menu (lib) [text highlighting]
Replies: 0
Views: 5009

[Solved] Problem with menu (lib) [text highlighting]

Hello, dear friends! I was practicing with creating my own menu, I was using baconhawka7x tutorials for this. I am very new to programming and game development itself so it's very hard for me to deal with stuff like this :) Very nice tutorial by the way, but I wanted to implement something my own to...