A Flash Developer Resource Site

Search:

Type: Posts; User: stevehungry

Page 1 of 12 1 2 3 4

Search: Search took 0.02 seconds.

  1. CS3 Your welcome :) and when your life turns to...

    Your welcome :)
    and when your life turns to crap...flash is always there waiting for you...lol!
  2. CS3 i would suggest something like:...

    i would suggest something like:
    bodBorderMC.enabled = false;
    let me know if that works or not. also i think this might be in the wrong thread. that dosent look like AS2 :P
  3. Replies
    0
    Views
    693

    freelancer loooking for work

    Hello, i am a freelancer looking for work. i have skills in the following

    Web design
    flash design
    regular image/animated/flash banners
    application development.

    i have about 2 years...
  4. Replies
    1
    Views
    1,062

    you've probably forgot to include something in...

    you've probably forgot to include something in the html.
    my advise would be to open up your project in flash. and click "publish" - this should then generate a .html file for you. copy all the html...
  5. use setInterval. something like this should work...

    use setInterval. something like this should work :)

    //can see it first of all;
    myobject._visible = true;

    //start an interval, call the countup function every second, 1000 = 1 second.
    startint...
  6. Replies
    1
    Views
    1,655

    getting instance name problem

    Hey guys, im trying to grab the instance name of something on stage, set it to a variable then remove it.

    iv tried:


    var something = object1
    something.removeMovieClip();

    that works....
  7. Javascript arrays with user preferences

    hey guys im trying to make a javascript program that displays results based on user input, at the momment il just use an alert() but basicly what im trying to do is give the users a load of choices,...
  8. CS3 could i have a look at the .fla file to have a...

    could i have a look at the .fla file to have a proper look?
  9. going off that example you provided me i can say...

    going off that example you provided me i can say one of two things,

    you can have a large container movieclip, and have it fit the stage and then insert a few keyframes, write a stop(); command on...
  10. Replies
    1
    Views
    664

    Multi-array problem

    Hey im trying to make something work,

    heres my code first of all:

    var questionNumber:Number = 1;
    var selectedAnswers:Array = [];
    var correctAnswers:Array = ["",...
  11. Replies
    4
    Views
    1,722

    i don't know which version of Actionscript your...

    i don't know which version of Actionscript your using but here's how to do that with as2.

    onEnterFrame = function() {
    movieclipName._x = _xmouse;
    movieclipName._y = _ymouse;
    }
  12. Replies
    2
    Views
    552

    make a movieclip symbol then doubleclick it to go...

    make a movieclip symbol then doubleclick it to go inside it, on its first frame write:
    this.onEnterFrame = function () {
    this._x+=5;
    }

    then attach it to the stage with...
  13. i think its showing up with whitespace because...

    i think its showing up with whitespace because thats when the film breaks and its starting again. kind of like how you see a white flash before the whole movie loads. try writing gotoAndPlay(1); in...
  14. Replies
    4
    Views
    677

    job advertisement

    Hi, i can do this job for you pretty easy since the files are provided. id love to be able to do it, PM me a base price and we could negotiate on that, thats what i tend to do for all flash...
  15. Replies
    1
    Views
    739

    use nextFrame and prevFrame on your buttons. ...

    use nextFrame and prevFrame on your buttons.

    character_nextButton.onRelease = function () {
    character_image.nextFrame();
    }

    character_prevButton.onRelease = function () {...
  16. Replies
    2
    Views
    779

    tell us what you have tried. did you try...

    tell us what you have tried. did you try startDrag, droptarget or attaching it to the mouse x and y.
  17. Replies
    31
    Views
    3,456

    probably this hooded top iv got on now. i've had...

    probably this hooded top iv got on now. i've had it since 2007 and its one of the few things i kept when i cleared out all my clothes earlier on this year.
  18. assuming the fish is a movieclip, use gotoAndPlay...

    assuming the fish is a movieclip, use gotoAndPlay to reset the fishes frame to 1.
    make the fish a movieclip and paste this onto it.

    onClipEvent(load) {
    stop();
    }
    onClipEvent (enterFrame) {
    if...
  19. Replies
    1
    Views
    1,175

    all of that except the last are very easy to do,...

    all of that except the last are very easy to do, i had a go at making a minimap and all i could get done was the position of the player, if there are enemies in this game and you want them to be...
  20. CS3 try using _xscale and _yscale with onRollOver and...

    try using _xscale and _yscale with onRollOver and onRollOut
  21. you can turn them off in the publish settings but...

    you can turn them off in the publish settings but also you can try:

    var customMenu:ContextMenu = new ContextMenu();
    customMenu.hideBuiltInItems();
  22. Replies
    4
    Views
    652

    your welcome :)

    your welcome :)
  23. Replies
    1
    Views
    677

    CS3 heres what i'd do, have a timer to control when a...

    heres what i'd do, have a timer to control when a new enemy will spawn. use attachMovie to create the new enemy. push that enemy into an array then hitTest that instance in the array. try...
  24. Replies
    2
    Views
    584

    Flash8 its quite a common thing, but il have a peek at...

    its quite a common thing, but il have a peek at it. if you'll post your .fla
  25. Replies
    1
    Views
    675

    im guessing you bought it from a site, it should...

    im guessing you bought it from a site, it should of come with instructions, try contacting the seller.
Results 1 to 25 of 278
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center