Try my new website: www.urcho.com - the new SIMPLE social network
blitz code snippets Sign up | 284 members | 114 snippets
Search for:

Username:
Password:


Simple Path Editor

[back]
Author: pioj | Viewed: 494 times | Language: BlitzBasic 3D | Category: Basic Functions
Author Comments:
This is a 2D path editor I did to help me while developing a 2D platform Game. Just Left-click the first point, then left-click again wherever you want.. and thats it!. Be free to modify the code anyway you like.. More resolution, scrolling, related coords to another path... - Unlimited Paths ( All is created by objetcs, so theres no Array limiting any max. number of paths..) - Simple AB Path Structure. Each path contains 2 image handlers (AB) and their XY coords. - It keeps info of any path created. - Save the paths to a file called "last.txt". <-- It can be exported to anything (.bb, .xml, binary data, etc.) - Quits with Esc key. Just mail me at carlosleci@gmail.com if you want some more stuff.. :)
Login or create an account to comment on this snippet