This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-02-18 18:01:29

Blamsox
Scratcher
Registered: 2009-05-28
Posts: 59

I need help

I made a game, and have checked my scripts and code - I've covered everything, yet this still fails. Where should I post a help request?

Offline

 

#2 2010-02-18 18:42:24

hmnwilson
Scratcher
Registered: 2007-07-04
Posts: 1000+

Re: I need help

Here's fine, or troubleshooting.

What do you need help with?


I'm taking a break from Scratch until 2.0 comes out. Any messages sent between then and now probably won't be read - sorry.
(Oct. 20, 2011)

Offline

 

#3 2010-02-19 05:28:33

Blamsox
Scratcher
Registered: 2009-05-28
Posts: 59

Re: I need help

Well, I'm actually getting to be quite an advanced programmer. I have my own website and am semi-fluent in Lua, I'm good with HTML, and still learning CSS but getting better. So this problem is really challenging: when I've made an integer out of randomly chosen children of a list. I set this value into a variable. I then use the join block inside an ask block, and it returns with nil, instead of my integer/variable.

Offline

 

#4 2010-02-19 07:01:10

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: I need help

Use single stepping. It will run the scripts slowly, and flash the block in process now.

Do I know you from somewhere? maybe from ROBLOX?


~ihaveamac - visit ihaveamac.net

Offline

 

#5 2010-02-19 10:18:09

Greenboi
Scratcher
Registered: 2010-01-30
Posts: 1000+

Re: I need help

lol  I have roblox. On there im Azurex though.....

Offline

 

#6 2010-02-19 10:41:19

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: I need help

Blamsox wrote:

Well, I'm actually getting to be quite an advanced programmer. I have my own website and am semi-fluent in Lua, I'm good with HTML, and still learning CSS but getting better. So this problem is really challenging: when I've made an integer out of randomly chosen children of a list. I set this value into a variable. I then use the join block inside an ask block, and it returns with nil, instead of my integer/variable.

Do you have a link to the project?  It would help if we could see for ourselves  smile


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#7 2010-02-19 10:45:19

Greenboi
Scratcher
Registered: 2010-01-30
Posts: 1000+

Re: I need help

Paddle2See wrote:

Blamsox wrote:

Well, I'm actually getting to be quite an advanced programmer. I have my own website and am semi-fluent in Lua, I'm good with HTML, and still learning CSS but getting better. So this problem is really challenging: when I've made an integer out of randomly chosen children of a list. I set this value into a variable. I then use the join block inside an ask block, and it returns with nil, instead of my integer/variable.

Do you have a link to the project?  It would help if we could see for ourselves  smile

right could we see it for download??  smile  thanks

Offline

 

#8 2010-02-19 18:57:48

Blamsox
Scratcher
Registered: 2009-05-28
Posts: 59

Re: I need help

Yeah, sure, I'll upload it when I'm back on my computer.

Yes, I did play ROBLOX, I used to have a very popular game, I believe it has a good 500, 000 plays. I stopped playing because of the immaturity of 99% of players, who were mostly gullable-full of themselves 7 year olds.

To let you guys know, my game is an English based version of the classic gameshow, "Deal or no deal". The error occurs when the banker offers a chosen amount of four remaining prizes left are added together, it is then used in an "ask" and a "join" block, but appears as nil.

Last edited by Blamsox (2010-02-19 19:00:10)

Offline

 

#9 2010-02-19 19:02:56

Greenboi
Scratcher
Registered: 2010-01-30
Posts: 1000+

Re: I need help

Blamsox wrote:

To let you guys know, my game is an English based version of the classic gameshow, "Deal or no deal". The error occurs when the banker offers a chosen amount of four remaining prizes left are added together, it is then used in an "ask" and a "join" block, but appears as nil.

Huh?

Offline

 

#10 2010-02-19 23:48:07

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: I need help

Blamsox wrote:

I made a game, and have checked my scripts and code - I've covered everything, yet this still fails. Where should I post a help request?

Often what happens is that there was a mistake in the script all along - so here's what you do: First, post in All About Scratch asking people if the script is wrong. Upload your project and give a link to it in the topic post, so people can see the project and check. Then, if several people have decided that the script is correct and Scratch itself is the problem, you can report it in Troubleshooting.  smile  Be sure to give a link to the project in your report, though!  wink


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#11 2010-02-22 17:50:16

Blamsox
Scratcher
Registered: 2009-05-28
Posts: 59

Re: I need help

The project is here: http://scratch.mit.edu/projects/Blamsox/900124

NOTE: The bankers offer value appears as nil when used in an ask block, I believe the script that runs the banker AI is in the stage.

Last edited by Blamsox (2010-02-22 17:51:02)

Offline

 

#12 2010-02-22 18:17:44

bhz
Scratcher
Registered: 2008-07-06
Posts: 100+

Re: I need help

http://scratch.mit.edu/projects/bhz/900182
both glitches fixed

Last edited by bhz (2010-02-22 18:18:13)

Offline

 

#13 2010-02-22 18:21:28

Blamsox
Scratcher
Registered: 2009-05-28
Posts: 59

Re: I need help

Thanks! I'm back on my iPod again so I'll check everything tomorrow afternoon. Can i ask what the second glitch was, and what was wrong with the code?

Offline

 

#14 2010-02-23 07:10:24

bhz
Scratcher
Registered: 2008-07-06
Posts: 100+

Re: I need help

Blamsox wrote:

Thanks! I'm back on my iPod again so I'll check everything tomorrow afternoon. Can i ask what the second glitch was, and what was wrong with the code?

When there were 15 boxes left, it waws still picking a random item between 1 and 30. The second glitch was that after you picked a box, it would say "You picked ."

Offline

 

#15 2010-02-23 12:18:07

Blamsox
Scratcher
Registered: 2009-05-28
Posts: 59

Re: I need help

http://scratch.mit.edu/projects/Blamsox/900997

Now I need testers. Please post here with your responses.

Offline

 

#16 2010-02-25 02:48:11

Blamsox
Scratcher
Registered: 2009-05-28
Posts: 59

Re: I need help

Up

Offline

 

Board footer