Alice Community  

Go Back   Alice Community > Search Forums

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: reuben2011
Forum: Bugs and Troubleshooting 04-18-2011, 04:15 AM
Replies: 9
Views: 20,034
Posted By reuben2011
Yeah, that is what I was afraid of, since the...

Yeah, that is what I was afraid of, since the method would just continuously "stack" on itself. I had an idea, but it ended up not working either. :mad:
Forum: Bugs and Troubleshooting 04-17-2011, 01:52 PM
Replies: 9
Views: 20,034
Posted By reuben2011
Just want to know: do you know how recursion...

Just want to know: do you know how recursion works? If you want, I can make an example world showing a good example of recursion. Recursion can get kinda messy though and the results can be...
Forum: Bugs and Troubleshooting 04-17-2011, 12:56 AM
Replies: 9
Views: 20,034
Posted By reuben2011
Well you could use recursion and recall the...

Well you could use recursion and recall the entire method in order for it to start from the beginning again. However, the cancellation of the method would need to be done within the method and that...
Forum: Bugs and Troubleshooting 04-03-2011, 04:20 PM
Replies: 9
Views: 20,034
Posted By reuben2011
Maybe try putting something like this in "While...

Maybe try putting something like this in "While the world is running"

First make a variable and set it to true. I'll call my variable run

if(run == true)
{
run set value to false
//put...
Showing results 1 to 4 of 4

 
Forum Jump


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