Forum

User posts seb
28 October 2015 14:46
seb
Yes it solve the problem about internal server error! thank you again Will!!

I will try to it with the project manager this time!
28 October 2015 12:47
seb
I read this but I cannot use project manager because it gives me this error :" 500: Internal Server Error".


I also try to use this script :

<!DOCTYPE html>
<html>
<head>
<script src="b4w.min.js"></script>
<script>

var m_app = b4w.require("app");
var m_data = b4w.require("data");

m_app.init({
canvas_container_id: "container_id",
callback: load_cb
})

function load_cb() {
m_data.load("untitled.json", loaded_cb);
}

function loaded_cb() {
m_app.enable_controls();
m_app.enable_camera_controls();
}

</script>
</head>

<body>
<div id="container_id" style="width: 350px; height: 200px;"></div>
</body>

</html>


my scene is loaded I think because I have the same warnings in my debugger's navigator but my screen is completely white…
27 October 2015 20:08
seb
Well I know I am not very good at it but how can I include javascript in order to make an action like onmousehover?
This is the only example I found about how to do it…
I work by myself and it seems really hard to found informations about it.
But thank you anyway for your help
27 October 2015 11:02
seb
Hello I would like some help for the last part of my project.
I have tried to put a glow effect on the rolls when I have my mouse on. I have this error : "Uncaught Unknown keyframe intepolation mode: 10.896549224853516". I think it is because of the keyframe but I do not understand why?
I took example on this project to realise the glow effect : https://www.blend4web.com/en/forums/topic/242/

I include all of the textures this time so you can see what is looks like
Thank you for you help
20 October 2015 10:26
seb
ok I found it, just a mistake. I will try to do the same.
20 October 2015 07:47
seb
Thank you the tutorial is interesting and I already watch some tutorials like this one.
I think it is exactly what I want in the exaple node_play_anim.blend but I cannot found the two animations "open" and "close"…
I do not understand? there is no keyframe and I really don't know how does it work…
I would like to play all of the animation(between 0-200) when I click on one of the scroll but all I can do for the moment is to play one of the animations and during all of the time…
19 October 2015 16:38
seb
Hello I would like another advice, I don't know if I have to create a new subject so I post it here for the moment.

I would like to use the logic editor in the same project in order to make the animation when I click on one of the scrolls in the timeline 0-200. Is there an option to activate because when I try it nothing happened. the node editor is working but not this one.
any idea? I have included the project again

Thank you so much
16 October 2015 13:21
seb
woooooow awesome that is some kind of tricks you cannot do when you are a beginner like me!!! thank you so much it is truly what I needed!!
16 October 2015 11:59
seb
sorry to tell you that but yes the scrolls have to rotate…
16 October 2015 11:38
seb
wow awesome I did not know how to use the bones and as I can see it is really important! thank you for the help.

I thought it was a good idea to make the scale effect but as you can see I want to make the paper move as if we move the two scrolls. With the scale effect it is a bit weird and not really what I want.
maybe the boolean can be use to make the two paper sides disappear as the same the as the scrolls move.