> Hey thanks. Could you please provide an actual
> example of the text file? Ta.
http://reflare.com/news.txt
For the repeated loading, there are a couple of solutions.
If you’re using a loading screen, put it there.
If you’re using the director class, put it into the main file, instead of into a scene.
Otherwise, just use a global variable to keep track
[lua]varPromote = true
if (varPromote) then
promote.displayNews(“http://example.com/news.txt”)
promote.offerRating(5, “itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=YOURAPPID”)
varPromote = false
end[/lua] [import]uid: 10292 topic_id: 7300 reply_id: 25893[/import]