A Flash Developer Resource Site

Search:

Type: Posts; User: VexForge

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    651

    Check my forum for full instructions.. (i will...

    Check my forum for full instructions.. (i will help you)..

    Just sign up ;)

    Link here!
  2. Replies
    13
    Views
    690

    Thanks alot man ;) Works perfectly..

    Thanks alot man ;)

    Works perfectly..
  3. Thread: New Forum

    by VexForge
    Replies
    0
    Views
    364

    New Forum

    Hi!
    Finally got my new forum up guys.. :D

    If you want to take a look.. here's the link...

    Newbie / Flash 8 / Actionscript forums support are avaliable so far from the moderators... but Flash...
  4. Replies
    13
    Views
    690

    Great, that worked.. But how do i make a delay?...

    Great, that worked..
    But how do i make a delay?
    Cuz i dont really want it to shoot again right after hit...
    Also.. I dont need it to follow the hero.. Just shoot in the dirrection....

    Thanks...
  5. Replies
    3
    Views
    601

    Hmm... Do you have winRAR? If you do, i have...

    Hmm...
    Do you have winRAR?
    If you do, i have no idea what's causing it cuz it works perfectly here.
  6. Replies
    13
    Views
    690

    There... Little up and to the right you will...

    There...

    Little up and to the right you will find the guy the script is on... its on the bullet..

    HERO is the guy on the main timeline
  7. Replies
    13
    Views
    690

    Great.. And it works.. But im having a slight...

    Great.. And it works..
    But im having a slight problem..

    I have my 'target' on the root timeline... And the 'bullet' inside mc's (not sure what lvl) so its not aiming correctly at the target...
    ...
  8. Replies
    13
    Views
    690

    Great.. But.. just so that i understand the...

    Great..

    But.. just so that i understand the script....

    What are "d" and "v"?

    like: dx and dy and vx and vy
  9. Replies
    13
    Views
    690

    mc1 move towards mc2

    Hi!

    I need a mc (mc1) to move towards another mc (mc2) getting "mc2"'s _x and _y
    automaticly...
    Anyone got an idea of how this can be done?

    If i didnt explain good enough, just tell me, and...
  10. Replies
    0
    Views
    347

    Shoot towards another mc?

    Hi!

    I have an mc (bot) that i want to shoot towards the other mc (moving character)..

    How can i do this??

    I was thinking on bullet:

    this._x += (character_mc);
  11. Replies
    3
    Views
    661

    Well.... "this" has a script another place...

    Well.... "this" has a script another place telling it to move on the _x and _y axis..
  12. Replies
    3
    Views
    661

    [F8] If script not working :S

    onClipEvent(enterFrame){
    if(this.hitTest(_parent.topleft1)){
    this._x = 270;
    this._y = 185;
    }
    }

    I need it to go to the _x and _y points and STAY there...
    (its already moving with _x _y...
  13. Replies
    6
    Views
    787

    Okay, ive got this script... on(keyPress...

    Okay, ive got this script...


    on(keyPress "<SPACE>"){
    if(_root.HERO._currentFrame == 1){
    _root.bullet1._y += 7;
    }
    }

    But when i press Space it only goes +7 then stops.. I want it to...
  14. Replies
    1
    Views
    368

    [F8] currentframe? Help plz?

    How can i do this?

    Check what frame a movieclip is on?
  15. Replies
    6
    Views
    787

    oh, that easy ey.. thanks.. I have another...

    oh, that easy ey..
    thanks..

    I have another question...

    How do i use like...

    if(_root.mc.currentframe = 1){ ???
  16. Replies
    6
    Views
    787

    mc1 follow mc2 ??

    How can i do so that mc1 follows mc2?
  17. Replies
    2
    Views
    396

    Shooting in dirrection of crosshair?

    Hi!
    I have a gun...And i need it to shoot a bullet in direction of the crosshair..
    How can i do this?
    Plz help...

    Would really appreciate it =)

    -VexForge
  18. Replies
    3
    Views
    844

    How can i make a guy, shoot bullets?

    Hi!
    Title explains it..

    How can i do this with simple actionscript?

    I have tried.. Having the bullet inside the mc (moving) but when i shoot, the bullet follows the mc moving....
  19. Replies
    5
    Views
    391

    Happy to help =)

    Happy to help =)
  20. this.onEnterFrame = function () { ...

    this.onEnterFrame = function () {
    on(keyPress"<SPACE>"){
    this._y -= 7;
    }
    }

    Tried that, but didnt work...

    Could u correct me plz?
  21. How would that be?

    How would that be?
  22. [F8] Simple question, plz help... (y axis)

    Hi!
    Im having a problem, that shouldnt be hard to solve...


    on(keyPress "<Space>"){
    this._y -= 10;
    }

    Now, when i press space, the mc goes -7 on the y axis then stops, i want it to...
  23. Replies
    5
    Views
    391

    Well, that menu is REALLY simple to make... But...

    Well, that menu is REALLY simple to make...
    But i have NO idea why the creator made it 10times more complicated than u need to...

    The file bellow (i made it now) is the excact same (i stole the...
  24. Replies
    5
    Views
    391

    Most of the "pro's" explain in a way, that is...

    Most of the "pro's" explain in a way, that is VERY hard for a newbie to get...
    Explaining actionscript etc. doesnt help much if its explained in "flash language"...

    My site has a few tutorials,...
  25. Replies
    7
    Views
    958

    Well, yeah.. They are playing at the excact...

    Well, yeah..

    They are playing at the excact same time...

    So...


    button1.onRelease = function () {
    movieclip1.gotoAndPlay ("start")
    }
Results 1 to 25 of 217
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center