|
#1
|
||||
|
||||
|
Gunz guns is a simulator, you click on the gun and he shoots with animations! And it has than 9 guns with them!
And using the accelerometer, you can shoot without touching the screen! And these are all guns!
.44 Magnum Desert Eagle M16 Famas Barrett Spas12 GausGun M203 Fal Edit 26/7; Add accelerometer! Last edited by blikbier; 07-27-2010 at 11:32 AM. |
|
|
|||
|
|
|
#2
|
||||
|
||||
|
very cool, im no programmer, but i could probably strip a menu from something else and edit it.
|
|
#3
|
||||
|
||||
|
If it could I am very happy
|
|
#4
|
||||
|
||||
|
If you like I could create a menu image on Photoshop, I previously made the images for Gruffler's Memory app if you want to see my powers.
Wicked app by the way, very... satisfying...
|
|
#5
|
||||
|
||||
|
Having been competing with target shooting for about 5 years now I just had to check this out =P
And I'm guessing this one is also based on Jespuurs ZenDaft? Or on someone else's who's been based on it perhaps? Because it contains the same error as almost every Sound app out there, causing an error to occur right when you press home to exit.
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
|
#6
|
||||
|
||||
|
@RobertAccount, would be nice
Do you know a simple code for a menu?@Habhome, largely yes, anyone know a solution? |
|
#7
|
||||
|
||||
|
As I suspected. And yes, I know the exact solution to the problem. It is very simple.
In MAIN.LUA: Code:
while 1 do
if (control.read()==1) then
if (control.isTouch() == 1) and (touch.click() == 1) then
touch_x, touch_y = touch.pos()
mapPlay()
elseif (control.isButton()==1) and (button.click() == 1) then
stop = wav.load("stop.wav")
stop:play()
stop:close()
break
end
else
os.sleep(10)
end
end
Just erase those three lines and it'll work as it should.
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
|
#8
|
||||
|
||||
|
Hmm... Unfortunately I'm not very good with code, maybe you should either have a look at bzdbbb or Gruffler's code and see how they've done it, or ask them for some help. But here is the menu image, tell me if you want anything adjusted
|
|
#9
|
||||
|
||||
|
@Habhome, :O you are amazing
![]() @ RobertsAcount, Beautiful!! But there might be some additional (empty) boxes with? I make more guns
|
|
#10
|
||||
|
||||
|
If you could tell me twhich guns you're planning to add, I'll add the appropriate buttons to the menu
|
|
#11
|
|||
|
|||
|
@RobertsAccount: Nice photoshop editing
Keep up the good work!@Blikbier: Several issues: - M16: there doesnt seem to be an icon for the menu. - .44: error occurs when trigger is pulled. - Shotgun: player crashes when trigger is pulled. |
|
#12
|
||||
|
||||
|
Thank you
|
|
#13
|
||||
|
||||
|
Still looking for a menu code? You can look in my app, Notepad. The code is a bit of a mess, but I'm willing to explain what I did.
I'm not a programmer so I guess a menu-code can be much more efficient and faster, but the menu in my app is working pretty well anyway. In my app there is a button that calls for function menu(), which has it's own loop. Pressing on buttons will change a variable from 0 to 1 and changes all the other ones to 0. But for your app it may be more useful to have the buttons call for functions, (which are the different main.lua files you made) and make the menu loop your main loop. |
|
#14
|
||||
|
||||
|
Nice offer: D But I can not find code for the menu (Good than). Do you have a loose code of the menu?
|
|
#15
|
|||
|
|||
|
Maiet's gonna kill you =P. Either way, I'd change the name and the title picture...
__________________
Only ONE more functions in the Wiki need addressing! Zen X-Fi2 LUA Wiki Want to protect your applications? Click Here! Tower Defense Thread Zen Lock - Protect Your Zen! |
|
#16
|
||||
|
||||
|
-
Last edited by blikbier; 03-09-2010 at 10:59 AM. |
|
#17
|
||||
|
||||
|
I made a few tweaks to the menu to make it look a bit more professional
Nice update by the way, I'm loving it!
|
|
#18
|
||||
|
||||
|
:O Beautiful! I process it is right in there soon!
|
|
#19
|
||||
|
||||
|
|
|
#20
|
|||
|
|||
|
Don't mean to be a pain here, but is it possible to add better functions, such as movement of the trigger, ammo that runs out, reloading, and for the rifles, auto firing while the trigger is held, semi when it is tapped, etc.?
What you've got so far is awesome, but it leaves me wanting. Disclaimer: Also, I'm not a programmer, so if I don't have a clue about what can/cannot be done, feel free to be brutally honest. Nick Edit: Also, the sound for the shotgun is kind of weak, and the shotgun you chose isn't an actual gun. It's an airsoft shotgun. It's an m47. I'd suggest a Mossberg 500 or Remington 870. Also, for trigger movement, you could change the background when the trigger is tapped to the same gun with the trigger depressed and a muzzle flash, then change it back. Edit x2: I'm picking this up. I don't know much about programming, but I've changed all the guns and sounds and stuff already, so I think I might be able to do this. I'm going to try to make some of my suggestions happen and upload the progress on here. I've got A desert Eagle, AK 47, Spas 12 and Barrett 50 cal right now. They've got good sounds too. A good resource for sounds is fpsbanana. Go to the skins section for counter strike and there'll be sounds for tons of different gun included in the zip files. I want to add accellerometer firing as well, but I don't know about that yet, I'm still trying to figure it out. Now, time to make the guns move. Wish me luck. Last edited by nikc4; 03-11-2010 at 07:22 AM. Reason: Added some thoughts |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 05:07 PM.











Wicked app by the way, very... satisfying...

Linear Mode
