function Model:addScore( scrplus )
score = score + scrplus
local event = {name = “SCORE_CHANGED”}
Runtime:dispatchEvent( event )
end
When i invoke Model:addScore( 0 ) function the runtime error appears:
Runtime error
?:0:attempt to index a nil file
How i can fix this problem? [import]uid: 95114 topic_id: 16226 reply_id: 316226[/import]
[import]uid: 3826 topic_id: 16226 reply_id: 60426[/import]