Hi
I am starting an app using construct 2 where I can take notes by writing on the script. So I looked around for how to draw on the screen and found this page
https://www.scirra.com/tutorials/1207/h ... ing-canvas
My only problem is that when I start to draw the line object appears from off the screen. I first thought this was because I had the line object outside of the screen for when I needed to spawn it , so I set on start of layout to destroy the line but this made no difference , here is a link to my project, I have altered it a lot to try and get it to work so it may not be in its original state.
https://drive.google.com/file/d/0B5zCtsJ4bwwOdXFRQTZnSmFkaWs/view
My second part of the project is to password project a note but I will see if this is possible before I ask questions on that
**EDIT 1/09/2017 **
I think the issue is that the line uses the dot1 location to start from, this is currently sitting outside of the view
and that is where it sets the start position from. However I am not sure how to get around this at dot2 and dot1 use each other and if I destroy them on start up, they would then need to be created before they are used when drawing