This site requires JavaScript, please enable it in your browser!
Greenfoot back

Comments for 33 Seconds

Return to 33 Seconds

JackooJackoo

2019/6/27

Got 69
Nice Game... I got 52 in my 1st round. If you could implement, that you lose a point when you hit a wrong key, it would be very cool ;-)
@Proprogrammer04 Yeah, I really tried. But for it to work you would have to test for ANY key minus the right key was pressed. This sensing for any key is a problem I saw many times while I was searching for a solution. I couldn't get it to work. If you know how to do this, just leave a reply. This also was for a school project, therefore, I had only limited time on my hand.
Super_HippoSuper_Hippo

2019/6/27

Something along these lines could work: ------- String key = Greenfoot.getKey(); if (key != null) //any key was pressed { if (correctKey.equals(key)) { //correct key was pressed } else { //any other key was pressed } } -------
AndyGunAndyGun

2019/7/14

can some me i dont know how to make stuff move
start an discusion, and write your Problem there...
here: https://www.greenfoot.org/topics
38
liverpoolfcliverpoolfc

2019/7/26

47
48
Does anyone know if there is a Syntax, with which you can open the keyboard for mobilephones? Than this game could be played on them...
IpurplishIpurplish

2019/8/5

35. not a big issue, and is probably an easy fix, but it says titelscreen, not title screen at the end of the game. great game though!
45 is highest i can get
noobwxnoobwx

2019/8/8

I GET HIGH SCORE 55 OMEGAT
CrhisPbaconCrhisPbacon

2019/8/8

eh ada rafi
SPowerSPower

2019/8/19

You might consider adding Greenfoot.start() at the end of the constructor of the world; that'll make the scenario start automatically (no more need to press the 'Run' button). Since you've got a menu and a start button implemented, Greenfoot's built in 'Run' button is unnecessary for you. Also, 70 :P
ShiftossShiftoss

2019/10/13

62
77
Dcimmino17Dcimmino17

2020/2/5

Fun Game, 63
JeremyP02JeremyP02

2020/2/27

Very fun game, I got 60
AaTherfAaTherf

2020/6/17

lol, I only got 39 in my first try