101

(7 replies, posted in General)

Can Maratis participate in Google Summer of Code?

102

(44 replies, posted in Scripting)

The monkey sound is too loud.

103

(44 replies, posted in Scripting)

I see.

104

(44 replies, posted in Scripting)

This looks like interesting thing to look at - Enemy AI – random movement
http://www.freeactionscript.com/tag/ene … -movement/

105

(44 replies, posted in Scripting)

Amazing!

106

(44 replies, posted in Scripting)

Maybe its really a bug?

107

(44 replies, posted in Scripting)

I couldn't fix it.

108

(44 replies, posted in Scripting)

Just look where you end your if statement? You close the if statement End, then you add a variable, then an Else statement. and that the wrong part. I hope so.
Heres from the wiki:

Sound0 = getObject("Sound0")
soundplay = 0
function onSceneUpdate()
    if isKeyPressed("SPACE") then
        if soundplay == 0 then playSound(Sound0) end
        soundplay = 1
    else
        soundplay = 0   
    end
end

109

(44 replies, posted in Scripting)

Maybe its a bug.

110

(44 replies, posted in Scripting)

How about using a bool for the sound.

111

(22 replies, posted in General)

Yes genres is better.

112

(44 replies, posted in Scripting)

I dont know if this could help, but heres: http://www.jblearning.com/Catalog/97815 … 4/student/ the example files from the book Programming Game AI by Example

113

(22 replies, posted in General)

Those are great examples and nice learning material. Is the "Senses System" a lua script?

114

(22 replies, posted in General)

A car that moves on a path script. (probably moves from a to b, etc.)
A basic Enemy AI script(so that we can use it in our projects).
A 2 players game script.
A menu script.
A hud script.
A dialogue script.

115

(22 replies, posted in General)

I guess a character controller and example scripts.

116

(4 replies, posted in General)

Thats good news.

117

(2 replies, posted in General)

Thx, Vegas. I see that its possible only some features are missing and you gonna have to code them or wait until they are added.

118

(2 replies, posted in General)

Can i make a game with just lua no c++? I dont think, that c++ is for everyone.

119

(4 replies, posted in General)

Then i vote for LuaJIT, hope you add it as soon as possible.

120

(4 replies, posted in General)

Can the V8 JavaScript be added to Maratis as a second scripting language and how fast would it be compared to Lua?

121

(3 replies, posted in General)

Its good to here theres still some development.

122

(7 replies, posted in General)

Thats very nice having an android support.

123

(3 replies, posted in General)

Hello

Is the Maratis game engine dead? It doesnt look like its beeng developed anymore.