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 172
Search took
0.01
seconds.
Search:
Posts Made By:
djslater107
Forum:
Bugs and Trouble Shooting
02-27-2021, 01:39 PM
Replies:
3
Alice 3.6 displays horizonal lines ("noise") in "run" and "character building"
Views:
139
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, 10:31 AM
Replies:
3
Alice 3.6 displays horizonal lines ("noise") in "run" and "character building"
Views:
139
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, 02:49 PM
Replies:
0
Posting Images
Views:
276
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, 09:48 AM
Replies:
6
How To Create an Animal
Views:
10,405
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, 03:51 PM
Replies:
2
Alice world runner?
Views:
17,920
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, 12:41 PM
Replies:
3
Changing stages
Views:
6,729
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, 03:15 PM
Replies:
4
Not able to open files (Mac)
Views:
2,325
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, 04:52 PM
Replies:
4
Not able to open files (Mac)
Views:
2,325
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, 02:39 PM
Replies:
4
Alice 3.3.1.2 Crashing often
Views:
11,906
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, 12:11 PM
Replies:
1
Immediate "exception caught" message when trying to load t
Views:
2,212
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, 01:31 PM
Replies:
4
How to save user word input (string) to make score?
Views:
3,138
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, 09:22 AM
Replies:
4
How to save user word input (string) to make score?
Views:
3,138
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, 09:14 AM
Replies:
0
Update for Alice 3.6
Views:
3,001
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, 08:50 AM
Replies:
11
Problem whit mouse methods
Views:
15,622
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, 08:37 AM
Replies:
11
Problem whit mouse methods
Views:
15,622
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, 08:02 AM
Replies:
2
Let's make .jars
Views:
19,490
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, 01:29 PM
Replies:
1
Stopping a moving object with a switch
Views:
6,075
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, 03:18 PM
Replies:
2
Bottles of Pop?
Views:
13,612
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, 03:33 PM
Replies:
1
Wacamole Help
Views:
3,592
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, 03:13 PM
Replies:
1
Need Help Bowling
Views:
3,273
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, 12:57 PM
Replies:
2
Any tips for more fluid movement?
Views:
8,749
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, 11:34 AM
Replies:
11
Problem whit mouse methods
Views:
15,622
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"...
Forum:
Bugs and Trouble Shooting
06-26-2020, 11:25 AM
Replies:
1
Alice 2.5.4
Views:
5,560
Posted By
djslater107
Reinstall Alice
This is the first we have heard of this behavior... As a first step delete Alice from your system, download a clean copy and reinstall... Please let us know if this behavior continues...
Contact...
Forum:
How do I...?
06-02-2020, 11:52 AM
Replies:
1
I need Help!
Views:
4,984
Posted By
djslater107
Scoring system
See the attached slides and then contact me at don@alice.org if you have more questions... You may need to use this link to download the .zip file containing the files:
...
Forum:
How Do I?
06-02-2020, 11:46 AM
Replies:
3
Changing stages
Views:
6,729
Posted By
djslater107
Use the #D Environment
IN the video you watched we take advantage of the fact that the Alice environment is 3D, and that the care may be positioned facing one direction for your Northwest stage, but hen you can turn the...
Showing results 1 to 25 of 172
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