I'm looking to help develop applets and what not- but I'm having a heck
of a time figuring things out from just looking over the apps that
already exist.
The two easiest to understand have been the "snake" game and the
"invaders" game. Those two make the most sense, but even then - some
parts are a bit confusing.
Is there documentation as to what libraries can be "required" and what
each one does?
Code:
--------------------
local Applet = require("jive.Applet")
local Framework = require("jive.ui.Framework")
local Audio = require("jive.ui.Audio")
local Icon = require("jive.ui.Icon")
local Label = require("jive.ui.Label")
local Popup = require("jive.ui.Popup")
local SimpleMenu = require("jive.ui.SimpleMenu")
local Surface = require("jive.ui.Surface")
local Window = require("jive.ui.Window")
--------------------
--
FredFredrickson
------------------------------------------------------------------------
FredFredrickson's Profile: http://forums.slimdevices.com/member.php?userid=16584
View this thread: http://forums.slimdevices.com/showthread.php?t=46706
_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive