Alice Community  

Go Back   Alice Community > Search Forums

Showing results 1 to 25 of 409
Search took 0.01 seconds.
Search: Posts Made By: RavenOfCode
Forum: Works-In-Progress 10-22-2017, 05:46 PM
Replies: 134
Views: 340,668
Posted By RavenOfCode
Glad I could help! I'll be sure to check back...

Glad I could help! I'll be sure to check back around from time to time so I don't miss it.
Forum: Works-In-Progress 10-16-2017, 06:13 PM
Replies: 134
Views: 340,668
Posted By RavenOfCode
I'm rarely around here anymore, but I do check in...

I'm rarely around here anymore, but I do check in every so often. Glad to see some people are still using Alice! Anyways, I had a go at the new update and it was loads of fun, super cool to see Storm...
Forum: Share Worlds 01-01-2017, 10:50 AM
Replies: 108
Views: 294,152
Posted By RavenOfCode
He's got a youtube channel...

He's got a youtube channel (https://www.youtube.com/channel/UCBzJ2jvmlH7p-wLrKfy7xrA) with some pretty cool stuff on it. He did a video on this game (https://www.youtube.com/watch?v=P0bgMlkmHI0) like...
Forum: How Do I? 09-29-2016, 09:35 PM
Replies: 4
Views: 19,464
Posted By RavenOfCode
There is a look at function which takes a object...

There is a look at function which takes a object as the parameter.
Forum: How do I...? 09-29-2016, 09:34 PM
Replies: 6
Views: 16,201
Posted By RavenOfCode
Set the parent of the person to the plate in the...

Set the parent of the person to the plate in the properties tab of the plate object.
Forum: Teaching Using Alice 2 09-12-2016, 03:20 PM
Replies: 5
Views: 60,138
Posted By RavenOfCode
I couldn't get it to work on one. If you find a...

I couldn't get it to work on one. If you find a way let me know!

Also congrats on Super Moderator chickentree!
Forum: Bugs and Troubleshooting 08-08-2016, 02:37 PM
Replies: 5
Views: 32,802
Posted By RavenOfCode
Thats really weird, I assume you tried...

Thats really weird, I assume you tried reinstalling Alice? Perhaps it might be an issue with your graphics card driver, I had to reinstall mine to fix an issue I had with Unity.
Forum: How do I...? 08-06-2016, 09:57 PM
Replies: 2
Views: 11,584
Posted By RavenOfCode
Just toss in a world.int function onto the...

Just toss in a world.int function onto the variable you want to display.
Forum: The Lounge 07-26-2016, 08:46 PM
Replies: 2
Views: 6,379
Posted By RavenOfCode
From what it sounds like you need to nest the...

From what it sounds like you need to nest the loops inside each other.

EDIT:
Added a picture with nested loops, the only problem is after I complete the third loop I can't find a way to break out...
Forum: How do I...? 07-21-2016, 03:12 PM
Replies: 2
Views: 15,942
Posted By RavenOfCode
Is this at runtime or not? If it is at...

Is this at runtime or not?

If it is at runtime: you can't delete it, you need to use the SetActive (I think thats what its called) in the properties tab to turn it off so it doesn't interact. Or...
Forum: How do I...? 07-21-2016, 03:08 PM
Replies: 3
Views: 24,345
Posted By RavenOfCode
Try using a While loop, and have a bool parameter...

Try using a While loop, and have a bool parameter that you can turn it on and off with.
Forum: How do I...? 07-21-2016, 03:06 PM
Replies: 4
Views: 14,108
Posted By RavenOfCode
Try changing the style to sharp (I think thats...

Try changing the style to sharp (I think thats what it's called, I haven't used Alice in a while).
Forum: The Lounge 07-15-2016, 10:25 AM
Replies: 1
Views: 5,993
Posted By RavenOfCode
Forward and backwards (as well as the other...

Forward and backwards (as well as the other directions) all relate to the objects internal position. If I remember correctly the mummy should work correctly (alice forward = model forward), maybe you...
Forum: Share Worlds 06-12-2016, 10:10 PM
Replies: 2
Views: 25,449
Posted By RavenOfCode
Someone did download it! :) It was actually...

Someone did download it! :)

It was actually alot of fun! The games were fun, quick, and easy to learn. The art was very polished, and I didn't really have any questions or problems.

Its nice to...
Forum: Questions and Comments 06-07-2016, 02:16 PM
Replies: 1
Views: 11,139
Posted By RavenOfCode
Always be open to learning and try to apply that...

Always be open to learning and try to apply that learning. Learn a lesson about something? Make a small game out of that thing as the core mechanic (when I first learned about arrays I made a random...
Forum: The Lounge 05-06-2016, 03:09 PM
Replies: 4
Views: 15,278
Posted By RavenOfCode
So you want to delete it at runtime? Just curious...

So you want to delete it at runtime? Just curious but why not just use SetActive for this? Is there a reason?

Also as far as java goes you would need to use the script function (which you need to...
Forum: The Lounge 05-04-2016, 08:22 PM
Replies: 2
Views: 7,347
Posted By RavenOfCode
Unity 3D. This is what I (and others in the...

Unity 3D.

This is what I (and others in the community) moved on to. Its free and super powerful. Games like Assasins Creed, Clash of Clans, Hearthstone, Angry Birds, Temple Run, Kerbal Space...
Forum: The Lounge 05-03-2016, 03:38 PM
Replies: 4
Views: 15,278
Posted By RavenOfCode
Do you want to delete it at runtime? The short...

Do you want to delete it at runtime? The short answer: you cant, the long answer: if you know java you might be able to throw something together that does it.
Do you want to delete it not at...
Forum: How do I...? 04-29-2016, 03:08 PM
Replies: 1
Views: 10,000
Posted By RavenOfCode
Just change the speedMultiplier to 0.

Just change the speedMultiplier to 0.
Forum: How do I...? 04-28-2016, 01:51 PM
Replies: 1
Views: 12,534
Posted By RavenOfCode
Use a loop statement and inside it use a variable...

Use a loop statement and inside it use a variable increment statement. Once the timer variable is over 60 (or whatever) then reset it and increment score.
Forum: Bugs and Troubleshooting 04-18-2016, 03:38 PM
Replies: 7
Views: 35,606
Posted By RavenOfCode
Jrr. your not dead! ;) But yeah, dropbox it...

Jrr. your not dead! ;)

But yeah, dropbox it if you need to...
Forum: How do I...? 04-09-2016, 09:47 AM
Replies: 13
Views: 38,427
Posted By RavenOfCode
Just an FYI this post was originally from 6 years...

Just an FYI this post was originally from 6 years ago... maybe read the post date before replying?
Forum: Bugs and Troubleshooting 04-05-2016, 05:36 AM
Replies: 7
Views: 35,606
Posted By RavenOfCode
It must be the site, I just tried it out. Of the...

It must be the site, I just tried it out. Of the three files I tried, the 2mb and 19mb files didnt upload yet the .2mb one did.
Forum: Bugs and Troubleshooting 04-01-2016, 07:00 PM
Replies: 7
Views: 35,606
Posted By RavenOfCode
Are you sure its the right type of file?...

Are you sure its the right type of file? Different types have different limits.
Forum: How do I...? 03-30-2016, 11:48 AM
Replies: 1
Views: 9,625
Posted By RavenOfCode
Alice 2.x, a new piece of text. Alice 3.x,...

Alice 2.x, a new piece of text. Alice 3.x, probably the same, not really sure though.
Showing results 1 to 25 of 409

 
Forum Jump


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