THIS PROBLEM IS SOLVED, PLEASE DO NOT POST TO HELP ME, UNLESS YOU HAVE ANYTHING TO ADD
Original Thread
Hi guys,
I'm making a prototype that involves drawing things and manipulating lines and stuff. Its kinda sandbox game, where you can draw terrain, and spawn avatars which move around. You can then dynamically add terrain(Lines) and manipulate these avatars.
To do such a thing I need to draw lines but I have no idea how. I tried using separate sprites and try to make a illusion of a line but it spawns too many objects and it gets complicated.
Then I found the canvas object; It says in the description:
An area that can be drawn to at runtime.
What does this mean? How can I use it? Does this even draw lines?
If someone could help me answer these questions or otherwise post an example .cap, it would be of great help.
Status: Online
Additional Questions(Unrelated to the above topic)
1.What does Get mouse absolute x and y mean?
EDIT: I managed to figure out a couple of stuff myself, but I'm still not sure how I'm gonna make a solid line.
---------------------------------------------------------------------------------------------------------------
FINAL EDIT: I managed to figure it all out myself! I found the right line for my prototype and I'll be ramping up work on it ASAP Thanks