-
0
answersBottles of beer on the wall
Why wont it work. I copy it on to the thing that runs it, but it just loads so I have to force quit. All the other programs have worked, though. ... -
1
answerHelp!!!!
what do i do on here!!!!!!!! where do i start -
2
answersCant see turtle?
I cant see the turtle when I took the basic programming lesson.I write "Turtle,draw" just like he said. Can someone help me. -
1
answerControlling volume
Is there a way to control the volume of videos being played? -
2
answersHow can you loop?
In the question guessing game. I want to make it repeat if the user gets it wrong. How do I do that? -
1
answermake language file
I want to make japanese edition for japanese user. I already started ttancelate to japanese. so , Please teach me the method incorporating a Japa... -
2
answersNo samples
Hi, When I first opened Hackety Hack their was no samples. How do I fix this? -
1
answerGuessing Game lesson
I typed the code for the guessing game (lesson 10 in basic programming) as follows: secret_number = 42 guess = ask("I have a secret number. Ta... -
1
answerWhat's my name ?
Emii, Andreea ? -
1
answerEven More Help!!!!
Shoes.app do button "image 1" do image "shoesrb.google.com/images/shoes-icon.jpg" end button "image 2" do image "#{HH::STATIC}/matz.jpg" en... -
1
answerMore Help!!!!
Shoes.app do edit_line end How do I say, If the person types the word ABCD into the edit_line thing, then a window comes up saying,"Hi." -
2
answersHelp!!!!
Shoes.app do button "Click me!" do alert "Hello." end end I know that this means that someone has to press the CLICK ME bu... -
2
answersIntegration with Social Networking sites i.e Facebook, Twitter etc.
Hey guys. First of all, congratulations on such a great site! This has proved an invaluable resource for me in learning how to code in Ruby as w... -
1
answersqares??
when I open hackety hack, A bunch of squares are there instead of writing( I have a mac) -
1
answer3d?
can you make 3d games with shoes? -
1
answertrying to teach homeschoolers
Hello, I hope to use HH to teach my two boys aged 10 and 7 to program. I'm a little rusty myself, but I used to write software for a living and ... -
1
answervery sad for my tech club, can't download OR can't see proper display on school MacBooks
OS 10.5.8, OS 10.6.8 very very sad -
1
answer1 dimentional Array in ruby
arr =[5] Dim Names for i = 0 to 4 input Names(i) next i. these 1 dimentional a... -
1
answerHelp with ask() and math
Hi I am trying to make an application that solves this problem You own a license plate manufacturing company. Write a program that takes a popul... -
1
answerHelp with math
Hi I am trying to make an application that solves this problem You own a license plate manufacturing company. Write a program that takes a popul... -
1
answershows empty boxes not text
Said in title -
3
answersHH wont open
I can click on it all day and nothing will happen. I've heard of others having this problem. Is there any way to fix it short of changing the OS? -
4
answersThe "Shoes says hello steve box wont close!!!
I cant close the"Shoes says hello steve" box. I'm trying every time but it just wont close! -
4
answersHow do you get video into a Shos.app program?
I know that this is how to get an image: Shoes.app do image ( . . .) end The dot, dot, dot is the image location. But is this how you ge... -
1
answerMethod not working.
Ok well I'm working on a new IM program, just for learning, and I have a method that I pulled from the shoes manual that animates a button. The ...