All Tags »
error »
Fun Ideas
Sorry, but there are no more tags available to filter with.
-
For the game I'm making, the function to find the level's brick color was reported as an error:
All paths of function GetLevelBrickColor() do not return a valueFunction GetLevelBrickColor( Level As Integer ) As StringIf Level = Random(1,3) Then
Return "Yellow"Return "Yellow"Else Return "Blue"
Return ...