|
#1
|
||||
|
||||
|
this is my game so far
###home button exits secret### ###added unlockables### ###added new ball### ###fixed highscore### ###added new mode### ###added secret### Progress highscore-done movement-done bouncing-done score-done hittest-done move levels-done startscreen- done themes-done different modes-done unlockables-done title- Instructions tilt the screen to move you (the stickman) and avoid the smiley faces hope u enjoy it post ur highscore i started lua a 2 weeks ago
Last edited by lsquish; 04-03-2010 at 01:40 PM. |
| Advertisement | [Remove Advertisement] |
|
|
|
|
#2
|
|||
|
|||
|
any pics?
|
|
#3
|
||||
|
||||
|
Before I install in it on my Zen.. is this programmed for Firmware 1.10 or 1.12 ?
Looking at the code I would guess 1.10.. but I'm asking to be sure, and also for others to know beforehand. |
|
#4
|
||||
|
||||
|
A screenshot would be nice Isquish
And also, in future could you please [if possible] upload games/apps in a .zip archive? It seems to be the norm around here now...
|
|
#5
|
||||
|
||||
|
its in 1.10, anyway whats the difference between the two
|
|
#6
|
||||
|
||||
|
Some commands for the accelerometer have changed in 1.12, so if it is made for 1.10 it may not work on the 1.12 firmware.
Though I payed it on my device... And I should have 1.12 firmware. Are you sure it's made for 1.10? Also, the character can go outside the screen on the bottom and left. You need to set the limit for maxX and maxY + the char width and height. Also, have you seen the images I posted for your balls in the other thread?
__________________
"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. ^.^ |
|
#7
|
||||
|
||||
|
Quote:
im going to have at the beggining a theme selection were u chose fireballs, aestoriods or smileys. |
|
#8
|
||||
|
||||
|
I thought the difference was that this was for 1.10:
Code:
accelerometer.open() os.sleep(10)
if (accelerometer.set_datatype) then
accelerometer.set_datatype("all")
else
accelerometer.set_senddatatype("all")
end
accelerometer.set_samplerate(100)
So now with 1.12 this should work: (and does work on my Zen) Code:
accelerometer.open() os.sleep(10)
accelerometer.set_datatype("all")
accelerometer.set_samplerate(100)
Quote:
|
|
#9
|
|||
|
|||
|
This game become greate every upgrade.
I noticed 2 bugs this time: When you play,the 1st time,its ok.The you got out the application,then you go back to it and ther'es a bug... Sometime,when you start the application,the game start alone at the 1st level (smileys)... You should do one thing.when we press the "home",it would be good to go to the menu,and not "out" the application. Great anyway! |
|
#10
|
||||
|
||||
|
Nice. It's got a few clipping errors where you can get it with for example the spaceship without losing, you should check the limitations and such.
Also, you don't need to have such a "flashy" thread name, it's just distracting from what's important. When you feel that this app is past the beta stage and should be moved to finished games, please write it in the first post or post about it and one of us mods will move it, so you don't create a duplicate in the finished games section.
__________________
"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. ^.^ |
|
#11
|
||||
|
||||
|
Quote:
habhome: do you mean by clippings that when you are touching a planet as a rocket it does nothing and if so which one of them, thanks it would help alot if someone came up with a good name for the game, im thinking ballmania (but it still isnt that great a name) Last edited by lsquish; 04-01-2010 at 04:09 AM. |
|
#12
|
|||
|
|||
|
Hi!
The 0.88 version is great! It's going to be one of the best games... I noticed some bugs. Sometime,the little man stay at the hight/left corner of the screen and don't move at all. sometime,when we start the application,it goes directly to the end screen:"made by laurence"... and once,when I loose,it took me out of the appilcation. I think the 3 choice for the game(Free,Ground...) are great!Good job!!! |
|
#13
|
||||
|
||||
|
Quote:
thanks for bringing the glitchs to my notice, i fixed them now............hopefully do you have anything else that i coud put in e.g. another theme,mode |
|
#14
|
||||
|
||||
|
The bottom of the rocket can pass through a planet with a few pixels. I'm not sure what size planet it was though when it happened. It was the earth one anyway.
__________________
"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. ^.^ |
|
#15
|
||||
|
||||
|
Quote:
ok, ive resized the image, hopefully it works better now. or i could be just the delay from the proccessor Do you have any ideas for modes or themes |
|
#16
|
||||
|
||||
|
My next suggestion would rather be for you to experiment with animations, so the fireballs for example look like they're blazing at least a bit and so.
__________________
"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. ^.^ |
|
#17
|
||||
|
||||
|
Quote:
animations :/ could prove very tricky because im not really the arty type. If i pull it of though it will look epic. So wish me luck |
|
#18
|
|||
|
|||
|
It works very well now...
theme: a plane,with horizontal missils... |
|
#19
|
||||
|
||||
|
Quote:
as for the animation, my attempts have been (how can i put this) unsuccesful, do you think you could help out and animate them habhome or mustomax. Since i am also working on my top secret uber-special feature. Which will be released when a get the animation and polish it of. |
|
#20
|
|||
|
|||
|
Helicopter would be cool...
for the animation,I am not able to do it... Sorry... |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 04:59 PM.












Linear Mode
