Alice Community  

Go Back   Alice Community > Alice 2 > How do I...?

Reply
 
Thread Tools Display Modes
A couple questions from a novice Alice user
Old
magma armor0
Junior Member
 
Status: Offline
Posts: 1
Join Date: Aug 2011
Default A couple questions from a novice Alice user - 08-14-2011, 10:12 PM

Just a couple of quick questions:
Firstly, is it possible to create an object while the world is already running? For example, if I wanted to make a deck of cards, could I just use a for loop to create each card, or would I have to manually add each instance of card?
Secondly, is there any way to delete a comment after Alice has printed it? I want to print "Press Enter to continue" but I don't want it to linger after the person has pressed enter.

Thanks for the help!
   
Reply With Quote
Old
David B
Senior Member
 
David B's Avatar
 
Status: Offline
Posts: 1,145
Join Date: Dec 2010
Location: N/A
Default 08-15-2011, 07:29 AM

Quote:
Originally Posted by magma armor0 View Post
Firstly, is it possible to create an object while the world is already running? For example, if I wanted to make a deck of cards, could I just use a for loop to create each card, or would I have to manually add each instance of card?
You would have to go into the Alice object gallery, find a card model, and drag and drop as many cards as you wanted into the world.

Quote:
Originally Posted by magma armor0 View Post
Secondly, is there any way to delete a comment after Alice has printed it? I want to print "Press Enter to continue" but I don't want it to linger after the person has pressed enter.
There are two ways you can do this, you can set object opacity to 0%. This works, but sometimes you can still see the outline where the object originally was. You can also set isShowing to false. This will make the object invisible. There is no way to truly delete an object that is in the world after it has already been used, but you can make objects invisible, and that is your best bet.

I hope this helps!
   
Reply With Quote
Old
Dj Tech42
Senior Member
 
Dj Tech42's Avatar
 
Status: Offline
Posts: 203
Join Date: Feb 2011
Default 08-15-2011, 08:45 AM

Quote:
Originally Posted by magma armor0 View Post
Secondly, is there any way to delete a comment after Alice has printed it? I want to print "Press Enter to continue" but I don't want it to linger after the person has pressed enter.
Quote:
Originally Posted by David B View Post
There are two ways you can do this, you can set object opacity to 0%. This works, but sometimes you can still see the outline where the object originally was. You can also set isShowing to false. This will make the object invisible. There is no way to truly delete an object that is in the world after it has already been used, but you can make objects invisible, and that is your best bet.[/B]
Well, they asked about the "printing" function. When you print things in Alice, the message will linger there and there isn't anything you are able to do about it. However, like David B said, you can use 3D text objects and change opacity or isShowing to make the message disappear.


Flight Simulator with Dogfight Modes:
http://www.alice.org/community/showthread.php?t=6840
   
Reply With Quote
Reply


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.