Alice Community
>
Search Forums
Search Results
User Name
Remember Me?
Password
Page 1 of 7
1
2
3
>
Last
»
Showing results 1 to 25 of 175
Search took
0.01
seconds.
Search:
Posts Made By:
djslater107
Forum:
Bugs and Trouble Shooting
03-28-2021, 09:12 AM
Replies:
1
Moving Alice's spine upright while retaining hands at waist level
Views:
451
Posted By
djslater107
I am not understanding why simply turning the...
I am not understanding why simply turning the spine base backward (assuming you turned it forward to get into position, and then turned the arms (shoulders) into position, does not straighten the...
Forum:
Bugs and Troubleshooting
03-28-2021, 09:03 AM
Replies:
1
Spec for MP3 files compatible with Alice
Views:
449
Posted By
djslater107
I have forwarded your question to the dev team,...
I have forwarded your question to the dev team, and cc'd you on that message
I will post their answer here as well.
Don Slater
Alice Project
Forum:
How do I...?
03-22-2021, 06:46 AM
Replies:
2
multiple choice questions?
Views:
5,496
Posted By
djslater107
Multiple choice questions
Perhaps create each question as a powerpoint slide, export each slide as an image, import each image as a billboard... possible answers included on the slide
(perhaps create an array or array list...
Forum:
Bugs and Trouble Shooting
02-27-2021, 12:39 PM
Replies:
5
Alice 3.6 displays horizonal lines ("noise") in "run" and "character building"
Views:
1,048
Posted By
djslater107
Lines in Alice 3.0
I am forwarding your message and images to the dev team...
Forum:
Bugs and Trouble Shooting
02-26-2021, 09:31 AM
Replies:
5
Alice 3.6 displays horizonal lines ("noise") in "run" and "character building"
Views:
1,048
Posted By
djslater107
re: lines in display
Try this link:
https://www.dropbox.com/s/0vy8ue7mq8yygqr/Alice3_windows-x64_installer_3_6_0_2%2Bbuild_508.exe?dl=0
But before you do so, You may want to check your graphics card, specifically...
Forum:
Questions and Comments
02-11-2021, 01:49 PM
Replies:
0
Posting Images
Views:
814
Posted By
djslater107
Posting Images
Has anyone been able to successfully upload any images recently? I am encountering rejection for fails that fall within file size and pixel size specifications.
Thank you.
Forum:
How do I...?
02-02-2021, 08:48 AM
Replies:
6
How To Create an Animal
Views:
11,420
Posted By
djslater107
Re: How to Create an animal
For Alice 3:
A short answer to your questions would be to see this document on the Alice website:
http://www.alice.org/resources/how-tos/importing-models-overview/...
Forum:
How Do I?
12-31-2020, 02:51 PM
Replies:
2
Alice world runner?
Views:
18,748
Posted By
djslater107
Yes, see this link regarding the Alice 3 Unity...
Yes, see this link regarding the Alice 3 Unity Player for playing Alice worlds with An Alice installation, and in VR.
http://www.alice.org/get-alice/alice-3-beta-vr/
Don Slater
Alice Project
Forum:
How Do I?
12-22-2020, 11:41 AM
Replies:
3
Changing stages
Views:
7,910
Posted By
djslater107
Re: Changing Stages
In Alice 3, to change the ground texture you would select ground from the Object Menu, and then use the setPaint procedure, selecting the ground texture or color that you want from the drop down...
Forum:
Bugs and Troubleshooting
12-03-2020, 02:15 PM
Replies:
4
Not able to open files (Mac)
Views:
3,380
Posted By
djslater107
Alice 2 on Catalina and Big Sur
Yes, I have to run that command every time as well... Like you I thought granting those permissions would solve the problem, but unfortunately, not. That is the issue we are working on...
Alice 2...
Forum:
Bugs and Troubleshooting
12-01-2020, 03:52 PM
Replies:
4
Not able to open files (Mac)
Views:
3,380
Posted By
djslater107
Thank you... This is a known bug in Alice 2 which...
Thank you... This is a known bug in Alice 2 which we are trying to address...
One workaround that seems to work for me, if you are comfortable using the Terminal on your Mac is to type in the...
Forum:
Bugs and Trouble Shooting
11-04-2020, 01:39 PM
Replies:
4
Alice 3.3.1.2 Crashing often
Views:
12,897
Posted By
djslater107
Alice 3.3 is crashing often
I would recommend, if at all possible that your students upgrade to the latest version release of Alice 3 (3.6.0.1). It is available at this link:
http://www.alice.org/get-alice/alice-3/
All...
Forum:
Bugs and Trouble Shooting
10-17-2020, 11:11 AM
Replies:
1
Immediate "exception caught" message when trying to load t
Views:
2,860
Posted By
djslater107
re: Exception caught
It does mean that this particular version of your project is corrupt. Typically this happens when you delete an object, a parameter or a variable value that wants to use it someplace else in the...
Forum:
How Do I?
10-16-2020, 12:31 PM
Replies:
4
How to save user word input (string) to make score?
Views:
4,066
Posted By
djslater107
use of variables
I am going to assume that you are riding this myFirstMethod...
Create two variables in myFirstMethod, by dragging the variable tile at the bottom of the screen to the beginning of myFirstMethod.
...
Forum:
How Do I?
10-16-2020, 08:22 AM
Replies:
4
How to save user word input (string) to make score?
Views:
4,066
Posted By
djslater107
Scoreboard for Games
Here is a link to a .pdf of a set of Powerpoint slides that describe how to create a scoreboard from an Alice text object (I am assuming you are working in Alice 2 - let me know if you need this...
Forum:
Community News and Announcements
10-13-2020, 08:14 AM
Replies:
0
Update for Alice 3.6
Views:
3,943
Posted By
djslater107
Update for Alice 3.6
We have just released a updated version of version 3.6 with a patch that fixes the following:
– In the initial 3.6 release the Sims resources were not working on Mac OS 10.14. and earlier anyone...
Forum:
How do I...?
10-13-2020, 07:50 AM
Replies:
11
Problem whit mouse methods
Views:
17,694
Posted By
djslater107
Use the while mouse is pressed on something event
You have done a good job trying to solve this problem, but as was pointed out, Alice 2 puts events into a Queue and will still fire them in sequence no matter how long you Wait. (Alice 3 addresses...
Forum:
How do I...?
10-13-2020, 07:37 AM
Replies:
11
Problem whit mouse methods
Views:
17,694
Posted By
djslater107
Use while mouse is clicked on something
You have set this up well, actually, but another response pointed out that Alice 2 puts every event into a queue and will process them one after another no matter how long the wait is. (This is an...
Forum:
Suggestion Box
10-06-2020, 07:02 AM
Replies:
2
Let's make .jars
Views:
21,155
Posted By
djslater107
re: Let's make .jars
I do not know of an easy way to create .jars for Alice 2 projects as Alice 2 is not strictly Java based environment, but is actually Jython based, a combination of Java and Python.
The Alice.a2w...
Forum:
How do I...?
08-03-2020, 12:29 PM
Replies:
1
Stopping a moving object with a switch
Views:
7,285
Posted By
djslater107
Using a Boolean variable to control action
Create a boolean world variable, set it to false, and name it something like isActive.
You probably have a while loop controlling the drive around the track. That loop should be
while...
Forum:
Works-In-Progress
07-06-2020, 02:18 PM
Replies:
2
Bottles of Pop?
Views:
15,212
Posted By
djslater107
Bottles of pop
You are setting a bottles variable to the value of 100 - index
But you are not using that variable in the lyrics you are displaying and so, as near as I can tell you will be displaying
"bottles...
Forum:
Works-In-Progress
07-04-2020, 02:33 PM
Replies:
1
Wacamole Help
Views:
4,336
Posted By
djslater107
Timer in wackamole
Check the resources available at this site:
https://www2.cs.duke.edu/csed/alice09/tutorials.php#helper
I hope this helps.
Don Slater
Alice Project
Forum:
Works-In-Progress
07-04-2020, 02:13 PM
Replies:
1
Need Help Bowling
Views:
3,948
Posted By
djslater107
Randomize Bowling Pins Falling
Use the For All In Order control structure with your array of pins.
Also, you will need a count variable of how many pins fall, and use that count to help determine whether you win or lose
...
Forum:
How do I...?
07-02-2020, 11:57 AM
Replies:
2
Any tips for more fluid movement?
Views:
9,580
Posted By
djslater107
Fluid motion
There are optional parameters associated with all Alice methods and parameters that might be helpful... Alice assumes a normal acceleration, cruise, and deceleration cycle for each move or turn the...
Forum:
How do I...?
06-26-2020, 10:34 AM
Replies:
11
Problem whit mouse methods
Views:
17,694
Posted By
djslater107
Multiple Mouse Click events
I assume that you are referring Alice 3...
In the header for the addMouseClickOnObject Listener event, there is an "add detail" menu. One of the menu items in that menu is "multipleEventPolicy"...
Showing results 1 to 25 of 175
Page 1 of 7
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Announcements
Community News and Announcements
Alice 3
How Do I?
Works In Progress
Share Your World
Share Custom Classes
Bugs and Trouble Shooting
Suggestion Box
Alice 2
How do I...?
Works-In-Progress
Share Worlds
Share Objects
Bugs and Troubleshooting
Suggestion Box
Educators
Teaching with Alice
Teaching Using Alice 3
Teaching Using Alice 2
CS Principles and Alice
AP CSA and Intro to Java and Alice
Workshops
General Discussion
Questions and Comments
The Lounge
Copyright ©2021, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.
Contact Us
-
Alice.org
-
Archive
-
Top