Alice Community  

Go Back   Alice Community > Search Forums

Showing results 1 to 25 of 35
Search took 0.00 seconds.
Search: Posts Made By: todd0312
Forum: How do I...? 12-13-2011, 01:00 PM
Replies: 4
Views: 11,131
Posted By todd0312
Red face Hmmm... maybe I took too long to post.

I see someone much, much more advanced than me just answered your post. Sure it will be more help than mine, but maybe mine will help a little anyhow. :o

Take care,

Todd
Forum: How do I...? 12-13-2011, 12:58 PM
Replies: 4
Views: 11,131
Posted By todd0312
Deposits and Withdrawals...

Well, I am a noob, too, so if my advice is flawed, hopefully someone else will point out any said flaws.

What I do know is that you will need number variables for deposits, withdrawals, and...
Forum: How do I...? 12-13-2011, 11:33 AM
Replies: 6
Views: 9,263
Posted By todd0312
New version

I fixed some minor issues. So... I have gone ahead and posted this revised version to look at. I know this is overly complicated noob code (21 methods), but... oh well, due Thursday.

Just want to...
Forum: How do I...? 12-13-2011, 10:21 AM
Replies: 6
Views: 9,263
Posted By todd0312
Simon:

Here is be.
Forum: How do I...? 12-12-2011, 01:22 PM
Replies: 6
Views: 9,263
Posted By todd0312
Unhappy Comparing individual list elements

Hey everyone:

Noob here.:D

I have this Simon game, and the way it is set up now, the "fail" method (if an incorrect circle was pressed) is not initiated until all the circles have been pressed....
Forum: How do I...? 12-12-2011, 06:14 AM
Replies: 1
Views: 4,553
Posted By todd0312
Question Increase speed of flashing lights in simple game

Hey guys:

I have this game kind of like Simon... where a series of circles flash (1,2,then 3, etc.) and the player has to press them in the same order.

The game is sort of lame - because the...
Forum: The Lounge 12-08-2011, 01:37 PM
Replies: 36
Views: 58,356
Posted By todd0312
Smile My response to Dear Lynette explained...

Hey Jedi Action:

My post was a rather snarky response to the following:

Hi.
Just new here. Having a look around see what's happening. Hope it's fun. Like reading, hiking etc. In other words, a...
Forum: How do I...? 12-08-2011, 05:23 AM
Replies: 10
Views: 12,159
Posted By todd0312
Re: Simon

Hey Blunted_what:

This is what I did to compare the lists, though I don't know if it's the best way. I'm a beginner muddling my way through.

Create a global function that contains 2 empty...
Forum: The Lounge 12-07-2011, 03:57 PM
Replies: 36
Views: 58,356
Posted By todd0312
Thumbs up Welcome

Lynette:

I have never read such good kids' poems. Good job.

Welcome - open arms.
Forum: How do I...? 12-05-2011, 03:33 PM
Replies: 10
Views: 12,159
Posted By todd0312
Re: Simon says...

Hello Blunted What (?):

I'm actually doing a similar project. I opened up your program, but when I clicked the squares in the correct order, I got a message to start over (?). Anyhow...:p
...
Forum: How do I...? 11-23-2011, 05:31 AM
Replies: 1
Views: 6,905
Posted By todd0312
Revised version

Up early trying to figure this thing out so I can move on to my final project.

I have attached a revised version of the game whose code is a bit easier to read. I have given each torus a separate...
Forum: How do I...? 11-22-2011, 04:09 PM
Replies: 1
Views: 6,905
Posted By todd0312
Angry Mouse event freezes during "do together" actions nested in a "while" loop

Hello:

Actually, I am having a number of issues.

I am making a game - using arrays - in which toruses fall from the sky - in increasing numbers as the game progresses. I have figured out a...
Forum: How do I...? 11-18-2011, 02:59 PM
Replies: 3
Views: 8,775
Posted By todd0312
Red face Anyone mind looking to see how I might clean up this code: sound event project

Hello friends:

I have finished this project, and it works fine for me - but for some reason, my professor is unable to open it. If it runs on my semi-low-end HP laptop and old HP desktop, I'm not...
Forum: Share Worlds 11-18-2011, 02:42 PM
Replies: 1
Views: 7,582
Posted By todd0312
Red face Anyone mind looking to see how I might clean up this code: sound event project

Hello friends:

I have finished this project, and it works fine for me - but for some reason, my professor is unable to open it. If it runs on my semi-low-end HP laptop and old HP desktop, I'm not...
Forum: How do I...? 11-16-2011, 02:25 PM
Replies: 4
Views: 7,314
Posted By todd0312
The main problem is the mouse event - prob. inefficient use of arrays causing

Hey - thanks for replying:

The main problem I am having is with the mouse event. I think it is "probably" because of the way that I have structured the code. I'm new to Alice - and to programming....
Forum: Questions and Comments 11-16-2011, 10:57 AM
Replies: 1
Views: 8,696
Posted By todd0312
Angry I'm having the same problem

Hey there:
Are you doing the project using arrays?

I'm not able to get my program to work properly, but I increased the numbers of rings falling by having more of them pooled from my array group...
Forum: Share Worlds 11-16-2011, 08:07 AM
Replies: 1
Views: 6,989
Posted By todd0312
Angry Problem with mouse move event in array game

Hello:

I am having a lot of problems with a game where I use a mouse event to move a cone to catch toruses falling from the sky. I am using arrays, and I know there must be a simpler way to do...
Forum: How do I...? 11-16-2011, 05:15 AM
Replies: 4
Views: 7,314
Posted By todd0312
Angry Help. Overly complicated game using arrays - mouse move event issues...

Hello:

I am having a lot of problems with a game where I use a mouse event to move a cone to catch toruses falling from the sky. I am using arrays, and I know there must be a simpler way to do...
Forum: How do I...? 11-13-2011, 04:17 AM
Replies: 4
Views: 6,023
Posted By todd0312
Problem with counters skipping "hits" in torus catch game

Hello everyone:

I am having an issue with my counters.

I have a game where the user moves a cone with his/her mouse - to catch some toruses falling from the sky. When a torus is caught, the...
Forum: How do I...? 11-05-2011, 01:54 PM
Replies: 1
Views: 5,251
Posted By todd0312
Exclamation Help resetting torus position in ring toss, catch game.

I have the following project:

Create a ring catching game using a torus and cone created from the Shapes gallery. The ring should fall from the sky while the user moves the cone along the ground...
Forum: How do I...? 11-03-2011, 07:24 PM
Replies: 1
Views: 4,392
Posted By todd0312
Idiot question: mouse events for multiple objects

Hello more knowledgeable than me members:

Please no "making fun" or sarcastic comments (well... if you must).

I am creating a program where I have a sleeping character. There are three other...
Forum: How do I...? 10-23-2011, 01:42 PM
Replies: 1
Views: 5,514
Posted By todd0312
Walking code

Hello:

Here is the code I mentioned in my reply to your private message. If you are still having any problems, hopefully this will make things clear.

Take care,

Todd
Forum: How do I...? 10-21-2011, 06:13 PM
Replies: 2
Views: 5,439
Posted By todd0312
Thanks!

Thanks a lot!

Leave it to a noob. Oh well... :(

So... problem solved... just in time to get my project in.

Much appreciation.
Forum: How do I...? 10-20-2011, 03:40 PM
Replies: 2
Views: 5,439
Posted By todd0312
How can I display numbers without decimal points?

Maybe this is a dumb question, but I am a noob, :o, so...

I am taking an introductory programming course, and we are doing a program where we have our character sing(say) the song "99 of Pop on...
Forum: The Lounge 10-11-2011, 03:19 PM
Replies: 4
Views: 5,783
Posted By todd0312
Assignment 5 complete

Hello there:

Yes, the actual assignment was easy. I made mine really, really elaborate, though. My methods of what would take place in the three possible scenarios... were very long. I tried to...
Showing results 1 to 25 of 35

 
Forum Jump


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