Search found 7 matches
- Sun Apr 15, 2012 10:40 pm
- Forum: Support and Development
- Topic: I can't make a character fall down...
- Replies: 1
- Views: 1351
I can't make a character fall down...
I searched for some Physics tutorials but no luck. All I want to do is if you release the "W" key then the character falls down until it hits the ground. I know you would need some type of ground..and collision detection..and some velocity(I think)..but sadly I don't know much about that. ...
- Sun Apr 15, 2012 10:33 pm
- Forum: General
- Topic: How to make a hitbox?
- Replies: 9
- Views: 7860
Re: How to make a hitbox?
Example of what you didn't understand?
- Sun Apr 15, 2012 6:05 pm
- Forum: General
- Topic: How to make a hitbox?
- Replies: 9
- Views: 7860
Re: How to make a hitbox?
I'm watching that video right now! I didn't quite understand the episodes where he explained entities.lua... I think all an entity is..is code that you would group together, for example Minecraft. If you looked at the code, you would see that there's a SkeletonEntity, ZombieEntity, SpiderEntity, et...
- Sat Apr 14, 2012 10:55 pm
- Forum: General
- Topic: Distribution on Steam and Copyright
- Replies: 10
- Views: 5532
Re: Distribution on Steam and Copyright
Steamworks should help you with that.... I think.. . If there's no license it would cause chaos.
- Sat Apr 14, 2012 6:45 pm
- Forum: General
- Topic: How to make a hitbox?
- Replies: 9
- Views: 7860
Re: How to make a hitbox?
If you still have trouble there's a guy named Goature who's making some tutorials, He made a video specifically to Hitboxes
- Sat Feb 25, 2012 10:59 pm
- Forum: Support and Development
- Topic: Need help with moving a Sprite with a keyboard....
- Replies: 2
- Views: 1767
Re: Need help with moving a Sprite with a keyboard....
I did not see that..I need to look at my code better next time.. thanks!
- Sat Feb 25, 2012 10:34 pm
- Forum: Support and Development
- Topic: Need help with moving a Sprite with a keyboard....
- Replies: 2
- Views: 1767
Need help with moving a Sprite with a keyboard....
Well I pretty much copied the code in the Hamster tutorial...all I did was change the Sprite (picture). For some reason the sprite just follows my mouse around and I can't use any of the keyboard keys to move the sprite. I haven't seen anyone with the same problem so I'm not sure at all on why it's ...