
-----------------------------------
CreatedByGabe
Fri May 11, 2018 6:26 pm

What do I do? Help? Process has no value?
-----------------------------------
[schild=1]Help![/schild]

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[/code]

Sorry for not indenting!!!

-----------------------------------
CreatedByGabe
Fri May 11, 2018 6:35 pm

RE:What do I do? Help? Process has no value?
-----------------------------------
I have found the solution on my own. Thank you!

-----------------------------------
Srlancelot39
Mon May 14, 2018 7:05 am

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 :)
