16 comments found.
it’s game work offline?
Good afternoon!
During some test on Line Follower I’ve noticed 2 graphic issues.
The first is a screen tearing from a colleague mac (line_follower_screen_tearing.mov) the other one is an offset between the main path and the animated tile (line_follower_offset.mov) you can find videos and mac specifications here https://goo.gl/FFweMN
please let me know if this can be fixed
thank you!
Hello, this looks very strange, did you notice this kind of graphic issues in any other HTML5 Game?
No I’ll let you known in case! Are there other info or test that could be useful for you?
I think it is a WebGL graphic card driver issue. Maybe something with MacOS/Browser related. Do you have the same issues with Safari?
Hi, Sorry to bother you again, how do I reload LoaderLayout screen with the loader on clicking replay button. (On HudEvent >> Touch >> On Touched HUD_restart >> system >> Go to LoaderLayout) it shows me loader bar but not going on next screen. after completed game, I want to reload (call) loader layout screen again with loading bar by clicking on the replay button Sorry, once again I am new for construct 2.
Thats maybe because if you are on the loader layout and the game has already been loaded before, it doesn’t trigger the On Loading Complete event. Why are you trying to load the loader layout again?
I need to have loader screen before splash screen when ever I Click on replay I need to call loader screen.
Hi, Sorry to bother you again, how do I reload LoaderLayout screen with the loader on clicking replay button. (On HudEvent >> Touch >> On Touched HUD_restart >> system >> Go to LoaderLayout) it shows me loader bar but not going on next screen. after completed game, I want to reload (call) loader layout screen again with loading bar by clicking on the replay button Sorry, once again I am new for construct 2.
Hi, how to resize Game in 312 * 500? how to resize all the graphics of the game? i tried to resize game in 312 * 500, also i resize(reduced) the graphics of game (like circle, ground, cube) but when i reduced the size, I found gap between circle and ground and some grounds are going out of the bound(stage),how to resolve it. Please help me, I am learning construct 2.
The creation of the game ground objects in this game are dependend of the resolution. Maybe you can change the game scale in the start of layout event by adding the scale action there.
Thanks for your quick response
Hi, How to resize game in 312 * 500? im trying to resize game but all graphics is going out of bound, please help me to resize. Thanks in advance
Hi, how to implement 3rd party Game score external API, we have game_play.js and score.xml.php. how to push the score on the server using these external API.
The game_play.js file is to be included on the gameplay page and has the functions that are to be invoked by the flash game. This JS file internally calls the score.xml.php file, which stores the score and display the leaderboard back into the game.
Below is the function that needs to be triggered from inside the game:
submitGameScore: function( score, info, token)
This function has three parameters – score, info and token in that order, where score is the user’s score for the game, info is his login username and token is his login password. The values for info and token variable can be captured from the cookie/session based variables ni_auth_key and ni_auth_token respectively.
The score.xml.php file outputs leaderboard data in XML format – <scoreboard> <name>username</name> <score>score</score> </scoreboard>
Please help me On the below link are the scripts involved in the score capture mechanism https://we.tl/aeK2Bw9oYG
You can add in Construct 2 a browser action. On the Event Sheet “HudEvent” go to the GameOver function and add the action Browser->Execute Javascript->”submitGameScore(LevelScore,info,token);” LevelScore is the Variable which is already implemented in the game, the other ones you have to implement yourself, maybe it works like this already if you add your script on the top of the .html.
Hi, I have purchased a licence and when I am trying to open project in Construct 2 V 239 I am getting Error Popup “(The Project you are opening uses addons that are not installed:) Behavior “Lite Tween” by Iunarray Behavior “Ease Tween” by Veremia AI (Iunarray) please install the missing plugins, behavior or effects and try re-open the project.Note projects can be opened with effects missing, but not with plugins or behaviors missing “
Please help me how to solve this problem.
The plugins and behaviors are included in the zip. copy the contents to c:/programs/construct2/exporters/html5/behaviors and c:/programs/construct2/exporters/html5/plugins
Thanks a lot for your quick response ..
No problem, thanks for purchasing!
Hi, how to implement 3 party Game score external API, we have game_play.js and score.xml.php. how to push the score on the server using these external API.
The game_play.js file is to be included on the gameplay page and has the functions that are to be invoked by the flash game. This JS file internally calls the score.xml.php file, which stores the score and display the leaderboard back into the game.
Below is the function that needs to be triggered from inside the game:
submitGameScore: function( score, info, token)
This function has three parameters – score, info and token in that order, where score is the user’s score for the game, info is his login username and token is his login password. The values for info and token variable can be captured from the cookie/session based variables ni_auth_key and ni_auth_token respectively.
The score.xml.php file outputs leaderboard data in XML format – <scoreboard> <name>username</name> <score>score</score> </scoreboard>
Please help me On the below link are the scripts involved in the score capture mechanism https://we.tl/aeK2Bw9oYGsee other comment
Hi, I have purchased a licence and when I am trying to open project in Construct 2 V 239 I am getting Error Popup “(The Project you are opening uses addons that are not installed:) Behavior “Lite Tween” by Iunarray Behavior “Ease Tween” by Veremia AI (Iunarray) please install the missing plugins, behavior or effects and try re-open the project.Note projects can be opened with effects missing, but not with plugins or behaviors missing “
Please help me how to solve this (Error) problem.
Hi, I have purchased a licence and when I am trying to open project in Construct 2 V 239 I am getting Error Popup “(The Project you are opening uses addons that are not installed:) Behavior “Lite Tween” by Iunarray Behavior “Ease Tween” by Veremia AI (Iunarray) please install the missing plugins, behavior or effects and try re-open the project.Note projects can be opened with effects missing, but not with plugins or behaviors missing “
Please help me how to solve this (Error) problem.
how to install it to wordpress site ?
Looks like an awesome product! Keep up the good work!
Good game
When the game is over, do you have a function with the score pass soI can add my save score?
Yes, the function HighScore in the Configuration Event Sheet does the trick.
Great job. Nice functionalities. Good luck with the sales DigitalCenturySF
GLWS!