Advertisement
5bitesofcookies

SapphariBetaHomepage

Apr 13th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.26 KB | None | 0 0
  1. term.setCursorPos(1,3)
  2. term.setTextColor(colors.black)
  3. term.setBackgroundColor(colors.white)
  4. term.clear()
  5. print("NOTICE: Sapphari Beta is no longer supported. 1.0 is coming out soon, and will be in the Programs section. It is currently: NOT OUT. In the mean time you may continue to use Sapphari Beta, however major API changes are coming.")
  6. print"Sapphari will be out today. I'll try my hardests and dedicate all my time to make this possible. To be honest, it's 99% complete."
  7. print"Try not to visit the testing sites, they'll crash you."
  8. print"Sapphari will be out at arround 2:00PM today."
  9. --[[print"PS: I'm still working on Sapphari. Sorry for the wait!"
  10. print"secondsite - A testing site for switching sites. Try it!"
  11. print"lights - A game by InputUsername. First fully working game to be ported to Sapphari!"
  12. print"crash.com - Crashes Sapphari."
  13. print"2048 - A game by AlmtyBob."
  14. print"P.P.S: I will try to keep this site in-tact until 1.0. (try calc site)"
  15. --print(sapphUtils)
  16. --print"Coming soon: Better homepage, full release"]]
  17.  
  18. while true do
  19.   --we wait for them to spread their wings and ride the web
  20.   --if sapphUtils then
  21.     --os.pullEvent()
  22. sapphUtils.pullEvent()
  23.     --print"pulled"
  24.     sleep(0)
  25.   --else
  26.     --print"Something's wrong."
  27.   --end
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement