Alice Community  

Go Back   Alice Community > Alice 2 > Suggestion Box

Reply
 
Thread Tools Display Modes
Some ideas for Alice
Old
Cataphract
Guest
 
Status:
Posts: n/a
Default Some ideas for Alice - 08-19-2006, 07:25 PM

1. Display Variables without alice, you know, instead of going if variable is 50 then show 50 just go type "variable"
2. A built in collision system, i got bored of programing colission system for every single object, especially when i made a nice game with about 30 buildings, i don;t want to have to do the same stuff all the time.
3. Tutorials of making animals move more realistically. I noticed almost every1's projects here have very unrealistic movements for people and animals, maybe some tips may help.
4. shadows?
   
Reply With Quote
Old
lanceA
Guest
 
Status:
Posts: n/a
Default 09-09-2006, 03:51 PM

When working with Alice, I often find it helps to be very creative and attempt to visualize what the user will see when I finish a small coding project. For example, to create a shadow effect as you mentioned in your post, try this example:

Create a world with a penguin, and maybe name it TheShadow. Immediately create a 2nd instance of the Penguin class and this time name it Kowalski or something (I'm partial to the film "Madagascar") - this will allow you to differentiate between the two Penguin objects you just created. You will note that only one Penguin object shows on the screen and this is because they overlap one another.... click on the first Penguin and move it to the left/right so that you can see both objects. Now click on TheShadow-object-penguin and change it's skin-texture property to NONE and it's color to BLACK - you now have a Shadow.

If you wish to have TheShadow follow Kowalski as he/she moves then you will need to first position it properly (lying flat on the ground or standing behind Kowalsi) and then simply set it's vehicle property so that it "follows" him.

Coding a program is not simple, it does take keystrokes AND some thought before we even touch the keyboard. You first need to understand the problem you are attempting to solve (in this instance, create a shadow) and then use the TOOLS ( skin-texture and color) you have available to you to make it happen.

If Alice did it ALL for us, then we wouldn't need to learn how to do it ourselves.

With that said, I would also like to see the improvements you have suggested.

Last edited by lanceA; 09-09-2006 at 04:17 PM.
   
Reply With Quote
Old
Frond
Guest
 
Status:
Posts: n/a
Default 09-09-2006, 04:55 PM

Quote:
Originally Posted by Cataphract
1. Display Variables without alice, you know, instead of going if variable is 50 then show 50 just go type "variable"
You mean, besides using the "Watch this Variable" functionality?


Something that I'd like to see, or learn if it is already implemented, is for items from lists/arrays to be used as variables. I know it sounds like something basic that's already implemented, but here is an example of what I'm trying to do:

If item1_from_cars.list is beyond checkpoint...

And I have too many cars to have an If statement for each, so I want to keep them in a list and use the same If/For statement to test for each.

I find the FOR statements hard to use, and they don't seem to work for what I'm trying to do.
   
Reply With Quote
Old
Frond
Guest
 
Status:
Posts: n/a
Default 09-09-2006, 05:13 PM

Nevermind the above post. I figured out a way to do it, I just had to have the list be attached to the world to manipulate it in a world method and a few other things...
   
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



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