Search found 5 matches
- Wed Oct 26, 2005 5:15 am
- Forum: PSP Lua Player Development
- Topic: My code doesn't update anymore in lowser ..
- Replies: 4
- Views: 2602
- Tue Oct 25, 2005 8:30 am
- Forum: PSP Lua Player Development
- Topic: My code doesn't update anymore in lowser ..
- Replies: 4
- Views: 2602
just a thought ...
could this be because I include an other file ? like this :
referring to my objects.lua file
If I am not mistaken changes in the included file don't update.
could this be because I include an other file ? like this :
Code: Select all
require"objects"
If I am not mistaken changes in the included file don't update.
- Tue Oct 25, 2005 8:03 am
- Forum: PSP Lua Player Development
- Topic: My code doesn't update anymore in lowser ..
- Replies: 4
- Views: 2602
My code doesn't update anymore in lowser ..
So I got my hands dirty with classes... Now I got some strange problem : I created a few classes like this : Sprite = { positionX = 0, positionY = 0, } function Sprite:new(o) o = o or {} self.stationary = Animation:new(&...
- Mon Oct 24, 2005 8:23 am
- Forum: PSP Lua Player Development
- Topic: objects supported ?
- Replies: 3
- Views: 2382
- Mon Oct 24, 2005 5:58 am
- Forum: PSP Lua Player Development
- Topic: objects supported ?
- Replies: 3
- Views: 2382
objects supported ?
Hi, I just started experimenting with the lua player and I was wondering if objects are supported. Haven't found any code that uses objects. By objects I mean creating your own objects. And if not , is it planned , because I don't think you will see any serious game attempts if you can't create obje...