Alice Community  

Go Back   Alice Community > Search Forums

Showing results 1 to 25 of 242
Search took 0.01 seconds.
Search: Posts Made By: legolizard
Forum: The Lounge 01-12-2012, 03:05 PM
Replies: 14
Views: 18,677
Posted By legolizard
Where did you get the download from? O.o ...

Where did you get the download from? O.o

Just go here :

http://www.eclipse.org/downloads/packages/eclipse-classic-37/indigor
Forum: The Lounge 01-10-2012, 08:45 PM
Replies: 14
Views: 18,677
Posted By legolizard
The biggest problem with Eclipse is that it is...

The biggest problem with Eclipse is that it is very slow and eats your RAM for breakfast, lunch, and dinner. Again your computer should already have Java. To check which version you are running go...
Forum: Suggestion Box 01-09-2012, 06:42 PM
Replies: 22
Views: 48,686
Posted By legolizard
Oops, haha. :/ I usually just assume everything...

Oops, haha. :/ I usually just assume everything is in bytes. :/

Thanks arty. : )

*imaginary high five for sucky internets*
Forum: Questions and Comments 01-09-2012, 05:55 PM
Replies: 16
Views: 19,196
Posted By legolizard
In short, a model is 3 dimensional, while a...

In short, a model is 3 dimensional, while a sprite is 2 dimensional.
Forum: Suggestion Box 01-09-2012, 05:52 PM
Replies: 22
Views: 48,686
Posted By legolizard
Wow, my internet really sucks. :( Download...

Wow, my internet really sucks. :(

Download Speed: 5613 kbps (701.6 KB/sec transfer rate)<---BAD:mad:
Upload Speed: 418 kbps (52.3 KB/sec transfer rate)<----HORRIBLE:mad::mad:

Yup you read it...
Forum: The Lounge 01-09-2012, 05:47 PM
Replies: 14
Views: 18,677
Posted By legolizard
Your computer *should* already has Java...

Your computer *should* already has Java installed, unless you are using some ye olde machine or whatever, haha

You might be using a Mac or something, and I believe that the newest OS X does not...
Forum: Works-In-Progress 01-09-2012, 05:40 PM
Replies: 22
Views: 25,453
Posted By legolizard
That is cool, Math + programming =...

That is cool, Math + programming = awesomesauce(and rage). :p

Also jediaction I believe Mr.X was correcting Arty-FishL is his statement in that it should be :
"Sooo, how do you use this."
Forum: How Do I? 12-11-2011, 03:17 PM
Replies: 4
Views: 16,794
Posted By legolizard
You must instatiate all objects[within the world]...

You must instatiate all objects[within the world] before using them in code.
Forum: How do I...? 11-29-2011, 07:00 PM
Replies: 8
Views: 9,548
Posted By legolizard
Hmmm that is odd. Try this world and tell me...

Hmmm that is odd.

Try this world and tell me what you get.
5741

You should get something like this :

http://postimage.org/image/m62nvm05z/
Forum: How do I...? 11-29-2011, 06:14 PM
Replies: 8
Views: 9,548
Posted By legolizard
It outputs a specified string of text to the...

It outputs a specified string of text to the bottom of the Alice window.
Forum: The Lounge 11-21-2011, 04:01 PM
Replies: 4
Views: 9,730
Posted By legolizard
You have to implement Actionlistener and...

You have to implement Actionlistener and KeyListener.

So the sig. of your Tuna class should look like this :

public class Tuna extends JPanel implements ActionListener , KeyListener{
Keep in...
Forum: Suggestion Box 11-08-2011, 08:59 PM
Replies: 6
Views: 14,989
Posted By legolizard
This is not a "bug." In most programming...

This is not a "bug." In most programming languages the start of something is not '1' it is '0'

So at the moment disregard the minimum value and assume it is 0. So your maximum is whatever you...
Forum: How do I...? 11-03-2011, 07:28 AM
Replies: 2
Views: 4,488
Posted By legolizard
This is what is happening, let's assume I have 3...

This is what is happening, let's assume I have 3 grades :

Enter your grades?
User enters say : 87
Now grade = 87.

Enter your grades?
User enters say : 98.
Now grade = 98<--------Notice how...
Forum: The Lounge 10-11-2011, 04:09 PM
Replies: 37
Views: 34,596
Posted By legolizard
Death is a powerful thing. It can start wars,but...

Death is a powerful thing. It can start wars,but it can end them as well; it can intensify hatred, but also consolidate it. I only hope for the latter.

May Steve Jobs rest in peace and never be...
Forum: Works-In-Progress 09-05-2011, 02:53 PM
Replies: 25
Views: 34,293
Posted By legolizard
Why not make one general method with one object...

Why not make one general method with one object parameter , one event to run the method and use some if statments to call upon other more specific methods based on the object parameter? You would...
Forum: How do I...? 08-31-2011, 05:47 PM
Replies: 4
Views: 10,811
Posted By legolizard
This is because you don't reset everything you...

This is because you don't reset everything you just replay the method. If the user enters yes then you should call a method the resets everthing back to its original location at the start of the...
Forum: How do I...? 08-25-2011, 03:02 PM
Replies: 6
Views: 17,424
Posted By legolizard
Strange. Let me test it out I might have uploaded...

Strange. Let me test it out I might have uploaded the wrong file...

Edit: Ah. I see the problem; update your version of Alice and then it should work.
Forum: How do I...? 08-23-2011, 05:05 PM
Replies: 6
Views: 17,424
Posted By legolizard
Ta da!:)

Ta da!:)
Forum: Questions and Comments 08-19-2011, 08:01 AM
Replies: 45
Views: 62,691
Posted By legolizard
Darn I don't know then. =\ If you can't get it to...

Darn I don't know then. =\ If you can't get it to work maybe you should just go back to dev.:(
Forum: How do I...? 08-19-2011, 07:59 AM
Replies: 6
Views: 17,424
Posted By legolizard
Alice is not a music lover and is very fickle...

Alice is not a music lover and is very fickle about what she likes to listen to. :p May I have the file I maybe I can fix it. :) Just put in a Zip file .
Forum: Questions and Comments 08-18-2011, 12:32 PM
Replies: 1
Views: 6,177
Posted By legolizard
This is because every time you call fro your...

This is because every time you call fro your method you create a new bullets variable. Just make this variable global(make it a world variable) and then use it.:)
Forum: Teaching with Alice 08-17-2011, 03:30 PM
Replies: 5
Views: 18,505
Posted By legolizard
Parameters are variables or arguments that are...

Parameters are variables or arguments that are passed to other functions and methods to be used. They are especially useful so that you only have to make one method that takes a parameter instead of...
Forum: How do I...? 08-16-2011, 08:45 PM
Replies: 5
Views: 14,876
Posted By legolizard
Interesting question with a mathmatically simple...

Interesting question with a mathmatically simple explanation and a not so good way of stopping it. You see computers actually generate not-so-random numbers. This meaning the numbers generated are...
Forum: How do I...? 08-16-2011, 01:10 PM
Replies: 6
Views: 24,166
Posted By legolizard
Why don't you just make 3 vairbales add text to...

Why don't you just make 3 vairbales add text to the first two and then set the third one eqaul to variable 1 joined with variable 2?:confused:
Forum: Questions and Comments 08-13-2011, 02:35 PM
Replies: 19
Views: 24,152
Posted By legolizard
I am not saying they invented it just that they...

I am not saying they invented it just that they use it. I remeber reading an article about Konami code. This is why I know that when you enter it in the game you get a lightsaber because I showing my...
Showing results 1 to 25 of 242

 
Forum Jump


Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.