A Flash Developer Resource Site

Search:

Type: Posts; User: Alexiar

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,540

    Flash8 glad you got it to work I did not test it myself...

    glad you got it to work I did not test it myself :)
  2. AS 2 Hi its in A onEnterframe and there is one var...

    Hi
    its in A onEnterframe and there is one var needed charspeed
    there is no special reason that i know off why im using Asnative :)
  3. Replies
    4
    Views
    2,540

    Flash8 is it somethink like this you are looking for ? ...

    is it somethink like this you are looking for ?



    on (release) {

    randomNum=Math.floor(Math.random() * 10) + 1;
    gatk=randomNum;

    if (gatk >=1 and gatk <=8){
  4. AS 2 This is the final code might as well post it si ...

    This is the final code might as well post it si

    // Made By Einar Odinn Holm
    //######player follows mouse clicks
    if (ASnative(800, 2)(1)){
    pressed=1;

    angle = Math.atan2(_ymouse - char._y,...
  5. AS 2 [RESOLVED] moving char with a mouse click. Does not work always ?

    Hi

    I have this code to move the char when clicking mouse button but it does not always work sometime the char just keeps on moving, any Idea why?

    // player follows mouse clicks
    if...
  6. Replies
    3
    Views
    1,945

    AS 2 this is the final code if you know a simpler way...

    this is the final code if you know a simpler way please let me know

    if(xclose<=100 and xclose>=-100 and yclose<=100 and yclose>=-100
    and xclose>=20 or
    xclose<=100 and xclose>=-100 and...
  7. Replies
    3
    Views
    1,945

    AS 2 ive figured out if anyone is intersted ...

    ive figured out if anyone is intersted

    if(xclose<=100 and xclose>=-100 and yclose<=100 and yclose>=-100
    and xclose>=20 or
    xclose<=100 and xclose>=-100 and yclose<=100 and yclose>=-100 ...
  8. Replies
    3
    Views
    1,945

    AS 2 [RESOLVED] trying to figure out this "if"

    im trying to figure out why this declaration will not work

    it is suppose to move the enemy when its 100px near the player
    and stop when its 10 px away from player

    please let me know if you...
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center