A Flash Developer Resource Site

Search:

Type: Posts; User: Turbs

Page 1 of 11 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    3
    Views
    1,330

    Sorry i have been having so many little probs...

    Sorry i have been having so many little probs that ended up clouding my judgement it led to me not spotting a small error, i had another textbox on the stage in another frame with the var set to...
  2. Replies
    3
    Views
    1,330

    I am having this problem when i am sending...

    I am having this problem when i am sending information stored in a text box to ASP. However if i use an instance name instead of the var field it is sending "undefined".

    What am i doing wrong?

    ...
  3. Replies
    2
    Views
    437

    Of course, should have realised that. threw in a...

    Of course, should have realised that. threw in a preloader and it all works fine.

    Thanks!
  4. Replies
    4
    Views
    928

    I'm still not sure what you want to do, What is...

    I'm still not sure what you want to do, What is this "Learning Management System" that you talk about. How is it meant to receive this score? The flash quiz simply has a text box which is showing the...
  5. Replies
    1
    Views
    481

    Does it have a preloader? Can you supply a link...

    Does it have a preloader?
    Can you supply a link to this game for us to see?
  6. Replies
    4
    Views
    928

    Post me the code that you have used to pass the...

    Post me the code that you have used to pass the code so far.

    I am assuming that flash is passing loads of variables and you want to Only pass a score? is that what you mean?

    Turbs.
  7. Replies
    2
    Views
    437

    Having some scoping issues.

    Hello all, i am having some trouble working some some XML function and getting some vaules into the root. Maybe someone can help me?

    I have this code:

    ladderXML = new XML();...
  8. Oh right, i see what ya was doing with that now....

    Oh right, i see what ya was doing with that now. Well it wasnt working at all really, it would hit 1 track and work, but every other track after was breaking. I fixed it so it works providing you...
  9. Replies
    7
    Views
    945

    Well i created 3 layers, Top layer contained...

    Well i created 3 layers,

    Top layer contained the picture frame.
    Second layer was the mask, this was an object the same size as the picture.
    Then the third layer was the actual picture.
    I...
  10. Replies
    12
    Views
    1,032

    oh yeah, wish i could save as mx. I can give...

    oh yeah, wish i could save as mx.

    I can give you some code to add.
    put stops on each of the script layers frames up to frame 16

    Then make a new movieclip on the "main" layer.
    Put a blank...
  11. Replies
    9
    Views
    1,438

    So we meet again... So, you following me now?...

    So we meet again...
    So, you following me now? What ya mean it's not good practice, back in flash 5 days that's all we had to work with? Not good practice?!?!


    Okay ya right, im only kidding.
  12. count = 1; t = 0; xSpeed = 2; ySpeed = 0;...

    count = 1;
    t = 0;
    xSpeed = 2;
    ySpeed = 0;
    hold_array = new Array();
    ballBut_mc.onPress = function() {
    _root.attachMovie("ball","ballOne",100000);
    _root.ballOne._x = 250;
    _root.ballOne._y =...
  13. Replies
    7
    Views
    945

    Something like this? it's a bit rough. ...

    Something like this? it's a bit rough.

    www.xyis.net/temp/picframe.html
    www.xyis.net/temp/picframe.fla
  14. Replies
    12
    Views
    1,032

    Cant use Spaces in Code name so it has to be...

    Cant use Spaces in Code name so it has to be MovieClip or Movie_Clip :) I guess they went with the first as it is 1 character less.


    Anyway, i have put in a preloader that works for you.
    Some...
  15. Thought you could rip the JS function out of it. ...

    Thought you could rip the JS function out of it.
    If you get really stuckered lemme know and i will look into FS command :)
  16. Oh yes, i seem to remeber commenting out some...

    Oh yes, i seem to remeber commenting out some code that was deleting elements in the array.

    Glad to help, it still breaks if the ball hits 2 tracks at the same time but give them a lot of space...
  17. Replies
    9
    Views
    1,438

    Are you running Actionscript 2 or 3? that code...

    Are you running Actionscript 2 or 3?

    that code should work with actionscript 2.
  18. Thread: Mouse cursor ??

    by Turbs
    Replies
    10
    Views
    1,419

    I think it was the Bolded parts of your post that...

    I think it was the Bolded parts of your post that got me going.

    1) it does work
    2) Using that would be a waste of time implementing it across a lot of instances.

    I guess we got carried away,...
  19. Replies
    9
    Views
    1,438

    Are you using Flash or Dreamweaver to create...

    Are you using Flash or Dreamweaver to create these buttons?
  20. I'm guessing it would be too much work to...

    I'm guessing it would be too much work to replicated the powerpoint slides into a flash movieclip?

    using FScommand to run a Javascript function might work....
  21. Thread: Mouse cursor ??

    by Turbs
    Replies
    10
    Views
    1,419

    You probably have a better understanding of flash...

    You probably have a better understanding of flash than i do, certainly a more up to date knowledge as i have only recently began using it again. But considering this is the Flash Newbie Section isn't...
  22. Thread: Mouse cursor ??

    by Turbs
    Replies
    10
    Views
    1,419

    What if she doesn't want to use that code on...

    What if she doesn't want to use that code on every instance of a button she creates? using the prototype (which is working fine for me with AS2, flash 8) saves a lot of time and effort even if it may...
  23. Why are you trying to do this exactly, where is...

    Why are you trying to do this exactly, where is it being used?
    I'm not sure if flash is the best application to handle opening files on your computer, i think there are security features built in to...
  24. Replies
    9
    Views
    1,438

    on the button put: on (release){...

    on the button put:

    on (release){
    getURL("yourhtmlfile.html", "_self");
    }
  25. Replies
    2
    Views
    624

    onClipEvent (enterFrame) { if...

    onClipEvent (enterFrame) {
    if (this.hitTest(_root.otherObject)) {
    _root.gotoAndStop(2);//Yes I know using the frame numbers is bad.
    }
    this.onPress = function(){
    this.startDrag()
    }...
Results 1 to 25 of 272
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center