Offline
Offline
topazdragonlord wrote:
Please can you fix this? (description when you download it thanks)
I can't find the bug. I've looked through your scripts and they seem to be okay. Sorry I can't help you.
Offline
can i join????
Offline
benbojangles wrote:
can i join????
Of course you can! Well welcome to the Scripts Workshop!
With regards,
ErnieParke
Offline
Hey, does anyone know why this is happening:
- I make a list, use the list in several scripts, and every time i save the project and reopen it, the list is gone.
- I delete a global variable, but once i save the project it reappears...
Regards,
CAA14
Offline
CAA14 wrote:
Hey, does anyone know why this is happening:
- I make a list, use the list in several scripts, and every time i save the project and reopen it, the list is gone.
- I delete a global variable, but once i save the project it reappears...
Regards,
CAA14
As for the second one, that means that you're still using the variable somewhere in your scripts, and you need to remove them before you can completely delete the variable. Also, if you haven't noticed by now, this is actually a nice way to convert local variables into global ones, if you ever have to, though I think that some unintended side-effects might occur if you do that seeing as I've had some in similar situations (I don't remember the cause back in those situations).
As for the list, that isn't happening to me, so maybe you have a stray block somewhere that deletes everything. If you share your project, then I could hunt through it for you.
Well I hope that I helped!
With regards,
ErnieParke
Offline
JH1010 wrote:
topazdragonlord wrote:
Please can you fix this? (description when you download it thanks)
I can't find the bug. I've looked through your scripts and they seem to be okay. Sorry I can't help you.
It's OK- thanks
Offline
ErnieParke wrote:
CAA14 wrote:
Hey, does anyone know why this is happening:
- I make a list, use the list in several scripts, and every time i save the project and reopen it, the list is gone.
- I delete a global variable, but once i save the project it reappears...
Regards,
CAA14As for the second one, that means that you're still using the variable somewhere in your scripts, and you need to remove them before you can completely delete the variable. Also, if you haven't noticed by now, this is actually a nice way to convert local variables into global ones, if you ever have to, though I think that some unintended side-effects might occur if you do that seeing as I've had some in similar situations (I don't remember the cause back in those situations).
As for the list, that isn't happening to me, so maybe you have a stray block somewhere that deletes everything. If you share your project, then I could hunt through it for you.
Well I hope that I helped!
With regards,
ErnieParke
Thanks for the reply.
And i have a "Delete all of" list block, but right after it deletes all of it it adds something. I thought "Delete all of" just emptied the list, not actually delete it.
Also, i am not exactly sure how that could help change local to global, unless if it's still in use somewhere, then it's changed to a global one.
Thanks again,
Regards,
CAA14
Offline
CAA14 wrote:
ErnieParke wrote:
CAA14 wrote:
Hey, does anyone know why this is happening:
- I make a list, use the list in several scripts, and every time i save the project and reopen it, the list is gone.
- I delete a global variable, but once i save the project it reappears...
Regards,
CAA14As for the second one, that means that you're still using the variable somewhere in your scripts, and you need to remove them before you can completely delete the variable. Also, if you haven't noticed by now, this is actually a nice way to convert local variables into global ones, if you ever have to, though I think that some unintended side-effects might occur if you do that seeing as I've had some in similar situations (I don't remember the cause back in those situations).
As for the list, that isn't happening to me, so maybe you have a stray block somewhere that deletes everything. If you share your project, then I could hunt through it for you.
Well I hope that I helped!
With regards,
ErnieParkeThanks for the reply.
And i have a "Delete all of" list block, but right after it deletes all of it it adds something. I thought "Delete all of" just emptied the list, not actually delete it.
Also, i am not exactly sure how that could help change local to global, unless if it's still in use somewhere, then it's changed to a global one.
Thanks again,
Regards,
CAA14
For the global variable, that's exactly what I think is happening when you do this.
As for the list, do you actually mean that the list disappear/hides, meaning you can't see it? Or do you meant that the list is deleted, and it doesn't appear under the tab saying "Variables"?
With regards,
ErnieParke
Offline
ErnieParke wrote:
CAA14 wrote:
ErnieParke wrote:
As for the second one, that means that you're still using the variable somewhere in your scripts, and you need to remove them before you can completely delete the variable. Also, if you haven't noticed by now, this is actually a nice way to convert local variables into global ones, if you ever have to, though I think that some unintended side-effects might occur if you do that seeing as I've had some in similar situations (I don't remember the cause back in those situations).
As for the list, that isn't happening to me, so maybe you have a stray block somewhere that deletes everything. If you share your project, then I could hunt through it for you.
Well I hope that I helped!
With regards,
ErnieParkeThanks for the reply.
And i have a "Delete all of" list block, but right after it deletes all of it it adds something. I thought "Delete all of" just emptied the list, not actually delete it.
Also, i am not exactly sure how that could help change local to global, unless if it's still in use somewhere, then it's changed to a global one.
Thanks again,
Regards,
CAA14For the global variable, that's exactly what I think is happening when you do this.
As for the list, do you actually mean that the list disappear/hides, meaning you can't see it? Or do you meant that the list is deleted, and it doesn't appear under the tab saying "Variables"?
With regards,
ErnieParke
It doesn't appear in the variables tab. lol, "Why can't i see my list?"... Check it...
BTW, i found that script that keeps reviving that variable - Fixed, and thanks.
Regards,
CAA14
Offline
CAA14 wrote:
ErnieParke wrote:
CAA14 wrote:
Thanks for the reply.
And i have a "Delete all of" list block, but right after it deletes all of it it adds something. I thought "Delete all of" just emptied the list, not actually delete it.
Also, i am not exactly sure how that could help change local to global, unless if it's still in use somewhere, then it's changed to a global one.
Thanks again,
Regards,
CAA14For the global variable, that's exactly what I think is happening when you do this.
As for the list, do you actually mean that the list disappear/hides, meaning you can't see it? Or do you meant that the list is deleted, and it doesn't appear under the tab saying "Variables"?
With regards,
ErnieParkeIt doesn't appear in the variables tab. lol, "Why can't i see my list?"... Check it...
BTW, i found that script that keeps reviving that variable - Fixed, and thanks.
Regards,
CAA14
Of course, check-mating it was how this kept on happening!
Anyway, your list shouldn't be disappearing right off of the bat after closing Scratch, and so I suspect that maybe the issue is either in your project, that or you keep on forgetting to save your project after reintroducing the list. So, could I maybe take a look at your project?
With regards,
ErnieParke
Offline
ErnieParke wrote:
CAA14 wrote:
ErnieParke wrote:
For the global variable, that's exactly what I think is happening when you do this.
As for the list, do you actually mean that the list disappear/hides, meaning you can't see it? Or do you meant that the list is deleted, and it doesn't appear under the tab saying "Variables"?
With regards,
ErnieParkeIt doesn't appear in the variables tab. lol, "Why can't i see my list?"... Check it...
BTW, i found that script that keeps reviving that variable - Fixed, and thanks.
Regards,
CAA14Of course, check-mating it was how this kept on happening!
By the way, i was being sarcastic, it wasn't that i didn't have it checked, but that it wasn't even there anymore.
Anyway, your list shouldn't be disappearing right off of the bat after closing Scratch, and so I suspect that maybe the issue is either in your project, that or you keep on forgetting to save your project after reintroducing the list. So, could I maybe take a look at your project?
With regards,
ErnieParke
Actually, you sure can. It's in my CAA14-NL account and called "Dungeon Danger".
Now, don't think to yourself, "Wow, he's got a lot of problems with his A.I.!", because i know, and i will fix it asap.
Thanks again.
Regards,
CAA14
Offline
CAA14 wrote:
ErnieParke wrote:
CAA14 wrote:
It doesn't appear in the variables tab. lol, "Why can't i see my list?"... Check it...
BTW, i found that script that keeps reviving that variable - Fixed, and thanks.
Regards,
CAA14Of course, check-mating it was how this kept on happening!
By the way, i was being sarcastic, it wasn't that i didn't have it checked, but that it wasn't even there anymore.
Yes, I knew that from the beginning. Can't one have some fun every once in awhile, considering that it's often used in tedious math?
Anyway, your list shouldn't be disappearing right off of the bat after closing Scratch, and so I suspect that maybe the issue is either in your project, that or you keep on forgetting to save your project after reintroducing the list. So, could I maybe take a look at your project?
With regards,
ErnieParkeActually, you sure can. It's in my CAA14-NL account and called "Dungeon Danger".
Now, don't think to yourself, "Wow, he's got a lot of problems with his A.I.!", because i know, and i will fix it asap.
Thanks again.
Regards,
CAA14
Just to make sure, what's the name of the list that keeps on disappearing?
With regards,
ErnieParke
Last edited by ErnieParke (2013-04-18 16:10:42)
Offline
ErnieParke wrote:
CAA14 wrote:
ErnieParke wrote:
Of course, check-mating it was how this kept on happening!
By the way, i was being sarcastic, it wasn't that i didn't have it checked, but that it wasn't even there anymore.
Yes, I knew that from the beginning. Can't one have some fun every once in awhile, considering that it's often used in tedious math?
Nope, you've used up all the fun you can have. JK, i just was making sure. Wait, your name is "one"? And you'
re talking about yourself in the third person? Wha???
Anyway, your list shouldn't be disappearing right off of the bat after closing Scratch, and so I suspect that maybe the issue is either in your project, that or you keep on forgetting to save your project after reintroducing the list. So, could I maybe take a look at your project?
With regards,
ErnieParkeActually, you sure can. It's in my CAA14-NL account and called "Dungeon Danger".
Now, don't think to yourself, "Wow, he's got a lot of problems with his A.I.!", because i know, and i will fix it asap.
Thanks again.
Regards,
CAA14Just to make sure, what's the name of the list that keeps on disappearing?
With regards,
ErnieParke
"unlockedWeapons_DD"
Regards,
CAA14
Last edited by CAA14 (2013-04-18 16:15:57)
Offline
CAA14 wrote:
ErnieParke wrote:
CAA14 wrote:
Actually, you sure can. It's in my CAA14-NL account and called "Dungeon Danger".
Now, don't think to yourself, "Wow, he's got a lot of problems with his A.I.!", because i know, and i will fix it asap.
Thanks again.
Regards,
CAA14Just to make sure, what's the name of the list that keeps on disappearing?
With regards,
ErnieParke"unlockedWeapons_DD"
Regards,
CAA14
That's an odd situation then because I just quit out of Scratch, reopened it, and that list was still there. Are you sure that you're saving your project correctly before exiting Scratch?
With regards,
ErnieParke
Offline
ErnieParke wrote:
CAA14 wrote:
ErnieParke wrote:
Just to make sure, what's the name of the list that keeps on disappearing?
With regards,
ErnieParke"unlockedWeapons_DD"
Regards,
CAA14That's an odd situation then because I just quit out of Scratch, reopened it, and that list was still there. Are you sure that you're saving your project correctly before exiting Scratch?
With regards,
ErnieParke
I am if clicking save is the way to do it.
Regards,
CAA14
Offline
CAA14 wrote:
ErnieParke wrote:
CAA14 wrote:
"unlockedWeapons_DD"
Regards,
CAA14That's an odd situation then because I just quit out of Scratch, reopened it, and that list was still there. Are you sure that you're saving your project correctly before exiting Scratch?
With regards,
ErnieParkeI am if clicking save is the way to do it.
Regards,
CAA14
It is. I'm not sure as to what might be happening.
Anyway, do you by chance have a camera at home that you could use? Also, is there some way that you could share a video with me?
With regards,
ErnieParke
Offline
ErnieParke wrote:
CAA14 wrote:
ErnieParke wrote:
That's an odd situation then because I just quit out of Scratch, reopened it, and that list was still there. Are you sure that you're saving your project correctly before exiting Scratch?
With regards,
ErnieParkeI am if clicking save is the way to do it.
Regards,
CAA14It is. I'm not sure as to what might be happening.
Anyway, do you by chance have a camera at home that you could use? Also, is there some way that you could share a video with me?
With regards,
ErnieParke
Well, i am not sure why i would need to share a video with you to fix this problem.
Also, i am not allowed/inclined to give out personal information - Not saying you are asking for some, just saying it would depend on what you need the video to be of.
Also, i think it just may be my scratch... I think it's slightly defective.
Regards,
CAA14
Offline
CAA14 wrote:
ErnieParke wrote:
CAA14 wrote:
I am if clicking save is the way to do it.
Regards,
CAA14It is. I'm not sure as to what might be happening.
Anyway, do you by chance have a camera at home that you could use? Also, is there some way that you could share a video with me?
With regards,
ErnieParkeWell, i am not sure why i would need to share a video with you to fix this problem.
Also, i am not allowed/inclined to give out personal information - Not saying you are asking for some, just saying it would depend on what you need the video to be of.
Also, i think it just may be my scratch... I think it's slightly defective.
Regards,
CAA14
Well, I knew that this was going to be a touchy issue....
No, I wasn't going to ask for anything personal; it's like sharing information with a burglar, and I'm extremely against that. Seeing as you too are against it, well... no video. I can't really do anything now without being able to physically see this glitch occur so as to maybe gain a lead.
Well, I wish you luck in fixing this glitch! :)
With regards,
ErnieParke
Offline
ErnieParke wrote:
CAA14 wrote:
ErnieParke wrote:
It is. I'm not sure as to what might be happening.
Anyway, do you by chance have a camera at home that you could use? Also, is there some way that you could share a video with me?
With regards,
ErnieParkeWell, i am not sure why i would need to share a video with you to fix this problem.
Also, i am not allowed/inclined to give out personal information - Not saying you are asking for some, just saying it would depend on what you need the video to be of.
Also, i think it just may be my scratch... I think it's slightly defective.
Regards,
CAA14Well, I knew that this was going to be a touchy issue....
No, I wasn't going to ask for anything personal; it's like sharing information with a burglar, and I'm extremely against that. Seeing as you too are against it, well... no video. I can't really do anything now without being able to physically see this glitch occur so as to maybe gain a lead.
Well, I wish you luck in fixing this glitch! :)
With regards,
ErnieParke
Ah, i see. And no, i do not think you're a burglar, please don't take an offense, if anyone asks me that, it's the same answer.
Also, I think I will just reinstall scratch... This isn't the only bug that i have found.
Regards,
CAA14
Offline
CAA14 wrote:
ErnieParke wrote:
CAA14 wrote:
Well, i am not sure why i would need to share a video with you to fix this problem.
Also, i am not allowed/inclined to give out personal information - Not saying you are asking for some, just saying it would depend on what you need the video to be of.
Also, i think it just may be my scratch... I think it's slightly defective.
Regards,
CAA14Well, I knew that this was going to be a touchy issue....
No, I wasn't going to ask for anything personal; it's like sharing information with a burglar, and I'm extremely against that. Seeing as you too are against it, well... no video. I can't really do anything now without being able to physically see this glitch occur so as to maybe gain a lead.
Well, I wish you luck in fixing this glitch! :)
With regards,
ErnieParkeAh, i see. And no, i do not think you're a burglar, please don't take an offense, if anyone asks me that, it's the same answer.
Also, I think I will just reinstall scratch... This isn't the only bug that i have found.
Regards,
CAA14
So you've had other bugs before? That's unfortunate. Well, hopefully this will fix all of them.
Oh, and by the way, I believe you when you said "And no, i do not think you're a burglar, please don't take an offense". It's not as if you're a burglar, or at a fast food restaurant, a burger.
With regards,
ErnieParke
Offline
ErnieParke wrote:
CAA14 wrote:
ErnieParke wrote:
Well, I knew that this was going to be a touchy issue....
No, I wasn't going to ask for anything personal; it's like sharing information with a burglar, and I'm extremely against that. Seeing as you too are against it, well... no video. I can't really do anything now without being able to physically see this glitch occur so as to maybe gain a lead.
Well, I wish you luck in fixing this glitch! :)
With regards,
ErnieParkeAh, i see. And no, i do not think you're a burglar, please don't take an offense, if anyone asks me that, it's the same answer.
Also, I think I will just reinstall scratch... This isn't the only bug that i have found.
Regards,
CAA14So you've had other bugs before? That's unfortunate. Well, hopefully this will fix all of them.
Oh, and by the way, I believe you when you said "And no, i do not think you're a burglar, please don't take an offense". It's not as if you're a burglar, or at a fast food restaurant, a burger.
With regards,
ErnieParke
What??
Seriously, i am lost, it sounds funny but i think you were playing off of "Burglar" being so close to "Burger"...
Also, you didn't take offense right? You understand, right?
Regards,
CAA14
Offline
CAA14 wrote:
ErnieParke wrote:
CAA14 wrote:
Ah, i see. And no, i do not think you're a burglar, please don't take an offense, if anyone asks me that, it's the same answer.
Also, I think I will just reinstall scratch... This isn't the only bug that i have found.
Regards,
CAA14So you've had other bugs before? That's unfortunate. Well, hopefully this will fix all of them.
Oh, and by the way, I believe you when you said "And no, i do not think you're a burglar, please don't take an offense". It's not as if you're a burglar, or at a fast food restaurant, a burger.
With regards,
ErnieParkeWhat??
Seriously, i am lost, it sounds funny but i think you were playing off of "Burglar" being so close to "Burger"...
Also, you didn't take offense right? You understand, right?
Regards,
CAA14
Yes, I understand perfectly.
As for the burger joke, I was thinking about a joke that I had once made involving a burglar and burger, and I had forgotten that I was supposed to type burger-lar, though this is still nice.
With regards,
ErnieParke
Offline