Alice Community  

Go Back   Alice Community > Search Forums

Showing results 1 to 25 of 80
Search took 0.00 seconds.
Search: Posts Made By: Scott300
Forum: Works-In-Progress 03-07-2010, 03:40 AM
Replies: 11
Views: 19,386
Posted By Scott300
That's retarded... Understand you don't want him...

That's retarded... Understand you don't want him using your idea don't get me wrong on that.
Forum: How do I...? 12-07-2009, 11:43 PM
Replies: 1
Views: 7,227
Posted By Scott300
while variable is true { Code } and set...

while variable is true
{
Code
}
and set the variable to false when you want the while to stop, but the while will keep looping till the variable is not equal to true.
Forum: How do I...? 12-07-2009, 03:38 AM
Replies: 2
Views: 7,167
Posted By Scott300
I would make a number of objects around the...

I would make a number of objects around the track, check to see if a player passes it, make sure they passed them all and didnt just go backwards save it in a variable each time they pass one, than...
Forum: Share Worlds 12-04-2009, 01:34 AM
Replies: 4
Views: 9,171
Posted By Scott300
Well, I waited 3 months to bump it lol.

Well, I waited 3 months to bump it lol.
Forum: How do I...? 12-04-2009, 01:32 AM
Replies: 1
Views: 7,800
Posted By Scott300
Most of us might not have that book, why don't...

Most of us might not have that book, why don't you try explaining the assignment so I can try and help.
Forum: Share Worlds 10-02-2009, 12:01 AM
Replies: 4
Views: 9,171
Posted By Scott300
bump

bump
Forum: Share Worlds 06-26-2009, 02:54 AM
Replies: 4
Views: 9,171
Posted By Scott300
Number to Roman Numeral Converter.

I made this for some one in the How do I forum.

The code is all correct to convert, but alice likes to not calculate it right some times,it even converts 4 into IV.

Try putting in 122 or 124...
Forum: How do I...? 05-28-2009, 04:10 PM
Replies: 1
Views: 6,549
Posted By Scott300
Put them in different areas of the alice world...

Put them in different areas of the alice world where one cannot see another (Ie. one facing west and once facing east) than just make the camera move from 1 to the other =)
Forum: How do I...? 05-28-2009, 04:08 PM
Replies: 6
Views: 12,943
Posted By Scott300
Your going to need to create innersia(spell...

Your going to need to create innersia(spell check? lol) where it speeds up and slows down over time. Look at the Share Worlds forum for some examples of this.
Forum: How do I...? 05-28-2009, 04:06 PM
Replies: 1
Views: 6,361
Posted By Scott300
3d text (its in the library) than you drag in the...

3d text (its in the library) than you drag in the property window the text = put a "As a string" function in it than drag the variable in it.
Forum: How do I...? 05-20-2009, 09:18 PM
Replies: 2
Views: 5,793
Posted By Scott300
Try like if car is 0.5 meters away from...

Try like

if car is 0.5 meters away from road
{
set fire
}
Forum: Share Worlds 05-19-2009, 06:35 PM
Replies: 1
Views: 8,520
Posted By Scott300
Very nice, but your input allows users to input a...

Very nice, but your input allows users to input a number greater than 3. When programming you need to pretend the user using this is a total moron and make sure that any error they could make is...
Forum: How do I...? 05-19-2009, 06:29 PM
Replies: 4
Views: 7,279
Posted By Scott300
Flying pigs?

Flying pigs?
Forum: How do I...? 05-19-2009, 06:27 PM
Replies: 2
Views: 5,457
Posted By Scott300
What do you mean by end it? As long as there is...

What do you mean by end it? As long as there is no loops or while statements active when the method is executed its done when the code is all run. Be a little more specific and upload your Alice...
Forum: Questions and Comments 05-18-2009, 10:57 PM
Replies: 9
Views: 16,320
Posted By Scott300
I would personally love to read it if you would...

I would personally love to read it if you would be so kind to post it. =)
Forum: How do I...? 05-18-2009, 10:52 PM
Replies: 1
Views: 4,992
Posted By Scott300
Click World than click functions its like "ask...

Click World than click functions its like "ask user a number".
Forum: How do I...? 05-18-2009, 05:55 PM
Replies: 1
Views: 4,907
Posted By Scott300
If your talking about like doing it in separate...

If your talking about like doing it in separate worlds than combining them, it would be hard as heck to transfer it to 1 world (you can only import single objects) but you can like make a method to...
Forum: How do I...? 05-15-2009, 07:33 PM
Replies: 1
Views: 5,154
Posted By Scott300
Upload a copy of the world please.

Upload a copy of the world please.
Forum: How do I...? 05-14-2009, 07:02 PM
Replies: 2
Views: 5,538
Posted By Scott300
var bool loopstop = false loop 2 times { if...

var bool loopstop = false
loop 2 times
{
if world.loopstop = false
{
Walk command 1
Walk command 2
loopstop = true
}
else
Forum: How do I...? 05-14-2009, 07:45 AM
Replies: 6
Views: 7,142
Posted By Scott300
The samething happens for me in alice 2.2b...

The samething happens for me in alice 2.2b running on a 64 bit vista alice 2.0 works fine for me but 2.2b is full of bugs for vista 64 bit =/
Forum: Bugs and Troubleshooting 05-13-2009, 07:01 PM
Replies: 3
Views: 12,288
Posted By Scott300
Try using a program like "fraps".

Try using a program like "fraps".
Forum: How do I...? 05-13-2009, 06:59 PM
Replies: 2
Views: 9,128
Posted By Scott300
You can record a video of it and play it any...

You can record a video of it and play it any where the video format is supported.
Forum: How do I...? 05-13-2009, 12:18 PM
Replies: 3
Views: 9,983
Posted By Scott300
With the default options it gives you, no could...

With the default options it gives you, no could there be a way using methods other than the default options, yes it could be possible.
Forum: How do I...? 05-13-2009, 11:59 AM
Replies: 6
Views: 15,157
Posted By Scott300
OK, this works about 90% try like 122 for an...

OK, this works about 90% try like 122 for an example number. It has trouble converting any number that has 50 in it (ex- 151). But other than that it works great!
Forum: How do I...? 05-13-2009, 11:18 AM
Replies: 3
Views: 9,983
Posted By Scott300
There totally different keys even though they...

There totally different keys even though they both print out the same number.
Showing results 1 to 25 of 80

 
Forum Jump


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