Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I have been trying really hard to find a way of moving a 2D overlay node through behaviour, the purpose is to create a `scrolling´ 2D overlay as there is quite a long text to show on screen. Iam not working on a game, it is an informative application showcasing an event, so I use 2D overlays to display the programme. Apparently the behaviour "move scene node" doesn´t work from 3D space to 2D, nor does parenting the 2D overlay to a 3D object (which can be moved in X or Y axis). The closest example of what I am trying to do is from a Copperlicht tutorial: http://www.ambiera.com/copperlicht/documentation/tutorials/tutorial-04.html Here the 3D position of a 3D object is translated to the 2D overlay, but I cannot figure out how to create this with code inside CopperCube ( I bought the light version three days ago). Any help would be greatly appreciated... |
||||
|
Hi, with the current behaviors and actions, this isn't possible in CopperCube, but it will be with the addition coming with the next free update (hopefully read next week, or the one after that). See here for details: http://www.ambiera.com/forum.php... |
||||
|
Thank you very much! these are very good news... I´ll wait for the next update then. |
||||
|
Hello! I came across this looking for an answer myself. Couldn't find one, but scripted it, this works flawlessly! Just attach it to a behavior you want to induce the action, such as the up arrow key like I have :) node = ccbGetSceneNodeFromName("textBox"); |
|