The breakout tag has no wiki summary.
6
votes
2answers
399 views
Breakout Game in Java does not pass boolean value after calling remove() method
I have been following the CS106A lectures online and doing the assignments. I've been stuck for a few days though on the breakout game because I cannot understand it's behavior.
Basically, I have ...
1
vote
1answer
113 views
Breakout game ( When im out, i want the ball again to hit the remaining bricks)
Im new to java programming. Im learning to develop a game similar to the one called breakout. Here's how it works
you have a set of bricks to hit using a ball and the paddle
Im caught in a ...
1
vote
0answers
262 views
How to break out of a iframe once a link within the iframe is clicked
I have a page on a specific domain which loads another site's page through an iframe. However I only want this 1 page to be located on the domain, so when someone clicks on a link within this page it ...
1
vote
1answer
541 views
Javascript/jQuery Is it possible to break out of a function through another function?
I'm doing a script that rotates li's in a given ul. I'd like to know whether it is possible to break a recursion I have when one of the li's is hovered. Ideally I'd create a boolean whether the ...
1
vote
2answers
1k views
Is it there anyway to make a div within a div 'breakout' of the parent div without specifying widths of child, just childs elements
ie I have a div, below is a hidden div, which is wider than the div above. I want to specify the div inside to have elements with greater widths than the div above. these elements right hand side is ...
0
votes
0answers
839 views
Stanford cs106a - Breakout exersize
I'm trying to learn java by following the cs106a course online.
Currently I've arrived at the breakout exersize and I'm having some trouble with bugs
I haven't finished it completely but I want to ...
0
votes
1answer
131 views
Testing if colors equal
I'm working on the Breakout assignment from the Stanford lectures on iTunes U (still pretty green) and ran into a snarl. I'm trying to set a point value for the different colored bricks so I can ...
0
votes
2answers
236 views
GLUT Keyboard callback issues with C
I'm currently coding a version of breakout as a quick learning experience of C and OpenGL.
Im having some issues with moving the paddle. I've set a keyboard callback so that when the left arrow is ...
0
votes
1answer
597 views
Google site page in an iframe
I'm building a quite large Flex application as our administration tools and I need build in documentation functionality. I want this documentation to be like a wiki and as we're using Google apps I ...