Computer Science Canada

What do I do? Help? Process has no value?

Author:  CreatedByGabe [ Fri May 11, 2018 6:26 pm ]
Post subject:  What do I do? Help? Process has no value?



Something else in the code triggers the adding of +1 to the loadPoint variable, which stops the animation of loading. However, I get this error saying "Process 'loading':Variable has no value"
help?

code:
process loading
var loadPoint: int
loop
cls
put "Loading."
delay (400)
cls
put "Loading.."
if loadPoint = true then %I get the error in this line.
exit
end if
end loop
end loading


Sorry for not indenting!!!

Author:  CreatedByGabe [ Fri May 11, 2018 6:35 pm ]
Post subject:  RE:What do I do? Help? Process has no value?

I have found the solution on my own. Thank you!

Author:  Srlancelot39 [ Mon May 14, 2018 7:05 am ]
Post subject:  RE:What do I do? Help? Process has no value?

This section is for tutorials only. Posts for help must be made in the Help section.

Thread moved Smile


: