Search found 24 matches

by NowakFul
Sat Aug 02, 2014 11:43 am
Forum: Support and Development
Topic: Bullet ( Right and Left ) [SOLVED]
Replies: 2
Views: 1499

Re: Bullet ( Right and Left )

Thanks you !

My problem is solved ! :)
by NowakFul
Fri Aug 01, 2014 8:20 pm
Forum: Support and Development
Topic: Bullet ( Right and Left ) [SOLVED]
Replies: 2
Views: 1499

Bullet ( Right and Left ) [SOLVED]

Hi everyone ! Today I would like to make bullets. Unfortunately the bullets are on one side. This is what I want : if player.direction =="right" then local mouseY = 980 end if player.direction =="left" then local mouseY = 860 end and this is all code in bullet.lua bulletSpeed = 6...
by NowakFul
Fri Aug 01, 2014 10:43 am
Forum: Games and Creations
Topic: ZombieSurvivors | Development in progress
Replies: 7
Views: 2618

Re: ZombieSurvivors | Development in progress

Hello !

Yes, it's true. But first, the game is done in pixel (I do not think zombie games have been done like that) . Secondly, yes there'll unique feature like some special gamemode.

Thanks for the feedback.
If you have another suggestions, tell me ! :)
by NowakFul
Fri Aug 01, 2014 10:36 am
Forum: Support and Development
Topic: Enemy spawning !
Replies: 1
Views: 1842

Enemy spawning !

Hello everyone ! Today I want to spawn several enemy at a time. But I still try by myself and search on forum but don't work.. The only thing it does, is that my enemy is 4x faster than the character. So this is the code of enemy.lu local g=love.graphics local k=love.keyboard.isDown enemy = {} enem...
by NowakFul
Thu Jul 31, 2014 7:50 pm
Forum: Games and Creations
Topic: ZombieSurvivors | Development in progress
Replies: 7
Views: 2618

Re: ZombieSurvivors | Development in progress

Hello ! Thanks you for the feedback ! Yes this is not very original but behind " Shoot everythings " there is a real storyline that only persons experienced can follow. For exemple, if you survive to the 20 wave, something from the story appear. ( Like a puzzle history that you must comple...
by NowakFul
Thu Jul 31, 2014 2:17 pm
Forum: Games and Creations
Topic: ZombieSurvivors | Development in progress
Replies: 7
Views: 2618

Re: ZombieSurvivors | Development in progress

Hello !

The game project is now on Steam Greenlight Concept : http://steamcommunity.com/sharedfiles/f ... =293685334

Give me your opinions !

Bye ! :)
by NowakFul
Wed Jul 30, 2014 9:26 am
Forum: Games and Creations
Topic: ZombieSurvivors | Development in progress
Replies: 7
Views: 2618

ZombieSurvivors | Development in progress

Hello, my name is Alexander, I'm French and I started in the development of independent games! Today I present my game project. The game is called ZombieSurvivors, the rules are simple, the goal is to survive waves of zombies by killing them with weapons, each wave you earn money to buy weapons, enh...
by NowakFul
Wed Jul 30, 2014 6:38 am
Forum: Support and Development
Topic: Flip/Mirror in AnAL !
Replies: 4
Views: 4033

Re: Flip/Mirror in AnAL !

So.. Thanks for you answer ! But.. I use the technique of pielago and I got this error ! http://imagizer.imageshack.us/v2/800x600q90/674/yt2Mk4.png This is the code in MAIN local loader = require ("Advanced-Tiled-Loader-master/Loader") loader.path = "maps/" local tWidth = 16 loca...
by NowakFul
Tue Jul 29, 2014 11:31 pm
Forum: Support and Development
Topic: Physics, and AnAL problems.
Replies: 8
Views: 3797

Re: Physics, and AnAL problems.

Okay thank's you everyone ! And yes I didn't see the edit button.. Ooops :3
So thanks you ! I will continue to practice.. And all of my problem are solved ! :)

Bye and thanks you again !
by NowakFul
Tue Jul 29, 2014 10:10 pm
Forum: Support and Development
Topic: Flip/Mirror in AnAL !
Replies: 4
Views: 4033

Flip/Mirror in AnAL !

Hello ! My name is Alexandre I'm a new French developper ! And today I'm here because I have one problems .. I really, really search for long hours and I don't know how to flip the sprite in AnAL when the player going to the right ! https://i.imgflip.com/apd3t.gif Can somebody help me please ? This ...