A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Code. Does it have an owner?

  1. #1
    Junior Member
    Join Date
    Dec 2002
    Location
    _root.home.room.chair
    Posts
    23

    Code. Does it have an owner?

    Hi.

    I'm pretty sure that the answer to this is that it's all free to use for anybody but i was just wondering if certain bits of code belong to certain people like i've seen many tutorials that use the code:

    function move (x,y) {
    etc
    etc
    }

    and also Algorithms like A*.

    Are these all free to use and is it all shared?

    Thanks


  2. #2
    DOT-INVADER marmotte's Avatar
    Join Date
    May 2002
    Location
    Dot-Switzerland
    Posts
    2,601
    about the move function, i learned it from EdMack...

    and i think he's the one that created it; if i remember correctly there was a notice in his old open source file containing that function...

    the first time i took it without changing a bit (but i always mentioned i took it from him) because i didn't understand it.
    then, after some flash experiences, it was ok, and i adapted it with the needs of the projects ^^

  3. #3
    Gross Pecululatarian Ed Mack's Avatar
    Join Date
    Dec 2001
    Location
    UK
    Posts
    2,954
    The move function was mine, use it all you want, hack it up as much as you want, and learn as much as possible If you use it in a project without any real modifications just don't pretend you wrote it all (I'm not saying you would, just in general), it's fine to use other people's code.

    Here's an example fla using it:

    http://www.koyote.dk/files/art_hit_rpg1.swf
    http://www.koyote.dk/files/art_hit_rpg1.fla

  4. #4
    Junior Member
    Join Date
    Dec 2002
    Location
    _root.home.room.chair
    Posts
    23
    ok, thanks

    That's a very cool function edmack.

    I don't think that i'd use it for any of my projects though because i like to come up with my own code because otherwise i always get the feeling that i've cheated somehow. It was a great function to learn by though

    Thanks guys


  5. #5
    CRT Boy mclelun's Avatar
    Join Date
    Dec 2002
    Location
    happy land
    Posts
    299
    that is a good code,
    is the code check for the four edge point of the player sprite?

    because when i use it, my player will walk through something which is small. what i mean is something smaller than the player 's sprite

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center