Activate

From MaratisWiki
Jump to: navigation, search

activate(object)

Activates an object wich was already in the 3d scene but deactivated.

  • object : object to operate on
   object = getObject("object")
   deactivate(object) 
   function onSceneUpdate()
       if isKeyPressed("UP") then activate(object) end
       if isKeyPressed("DOWN") then deactivate(object) end
   end
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox