A Flash Developer Resource Site

Search:

Type: Posts; User: rasclerhys

Page 1 of 7 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    987

    MX04 Thanks for that :)

    Thanks for that :)
  2. Replies
    5
    Views
    987

    MX04 [RESOLVED] Variable Help

    Hi
    I have 2 dynamic textboxs an answer field and a question field
    basically I am trying to create a mini quiz, that asks a question and the user thinks of the answer (more of a pub quiz) and then...
  3. Replies
    2
    Views
    433

    Thanks

    Thanks
  4. Replies
    2
    Views
    433

    [RESOLVED] Keypress enter

    Hi
    I have a button called answerbtn
    and on the main timeline, I have:

    _root.answerbtn.onRelease(){
    trace("SUCCESS");
    }

    which works fine however, I would also like to track it if the Enter...
  5. Replies
    7
    Views
    774

    Thanks :)

    Thanks :)
  6. Replies
    2
    Views
    1,698

    MX04 by the way, i have looked around on Google and...

    by the way, i have looked around on Google and here, but could not find what i Want.
  7. Replies
    2
    Views
    1,698

    MX04 How to create a flash calculator

    Hi
    I was wondering if anyone knew any good tutorials about how to create a decent calculator in actionscript 2?
    I was hoping to create on with, just one input box and the user could put something...
  8. Replies
    7
    Views
    774

    Can you give us an example please? Thanks Rhys

    Can you give us an example please?
    Thanks
    Rhys
  9. Replies
    7
    Views
    774

    Or would it be possible for something like: var...

    Or would it be possible for something like:
    var number1 = 5;
    var number2 = 7;
    var operator1 = "+";
    var sum = number1 operator1 number2;

    ??? Or does anyone have any other solutions?
    Thanks...
  10. Replies
    7
    Views
    774

    mmm, I will probably just have to do a load of...

    mmm, I will probably just have to do a load of if's ...
  11. Replies
    7
    Views
    774

    MX04 - Calculator Help (AS2)

    Hi
    I am trying to create a script, where the user inputs a maths equation (something simple like 5 + 2 * 10), I have managed to break down the text into an array and have the numbers in one array...
  12. Replies
    1
    Views
    399

    I have seen the error of my ways! For anyone that...

    I have seen the error of my ways! For anyone that is interested here is the new code:


    var i = 0;
    var y = 0;
    var d = 0;
    operator = new Array();
    calc = new Array();
    var myArray =...
  13. Replies
    1
    Views
    399

    [RESOLVED] Help With Arrays

    Hi
    I am trying to use the code below to get the info from the arrays and if the value is +,-,* or / the array value is posted into a new array otherwise it is posted to a number array:


    var i =...
  14. Replies
    2
    Views
    471

    Thanks but i forgot to mention that I am on AS2!...

    Thanks but i forgot to mention that I am on AS2! Also i have figured out a way to do it with an array and a loop.
    Thanks
  15. Replies
    2
    Views
    471

    [RESOLVED] String Manipulation

    Hi
    I have:
    var string1:String = "7*10";

    I am trying to break it up so 7 is broken up and created / stored as a new variable called calc1, and then the times is split up and stored as operat1,...
  16. Replies
    3
    Views
    700

    Flash8 On the button i put: on(release){...

    On the button i put:
    on(release){
    _root.button1.enabled = false;
    _global.button1 = false;
    }

    and then on frame 2 i put:
    if(button1 == "false"){
    _root.button2.enabled = false;
    }
  17. Replies
    3
    Views
    700

    Flash8 Dont worry, i used a global variable and disabled...

    Dont worry, i used a global variable and disabled the button
  18. Replies
    3
    Views
    700

    Flash8 [RESOLVED] Disable Button

    Hi
    In flash i have 2 identical slides both with a button called button1, i am using this code:
    on(release){
    _root.button1.enabled = false;
    }
    when it is clicked i want it to be disabled, when i...
  19. Replies
    7
    Views
    588

    Oh you will have to ask someone else since i dont...

    Oh you will have to ask someone else since i dont know how to use php with actionscript. There might be a tutorial on Flashkit if you look around
  20. Replies
    7
    Views
    588

    Oh well in that case i would use php and mysql db

    Oh well in that case i would use php and mysql db
  21. Replies
    7
    Views
    588

    You could use a mysql db but that seems a bit...

    You could use a mysql db but that seems a bit pointless considering you could create a variable for the song name and everytime the user plays it you +1.
    eg.
    var rockstar = 0;
    on(release){...
  22. Thread: Masking

    by rasclerhys
    Replies
    0
    Views
    392

    MX04 Masking

    Hi
    If you view the attached file you will see that in the movieclip on frame1 i have 2 layers one mask and the other background. On the background i want to have some text (something that looks live...
  23. Replies
    2
    Views
    486

    Sure thanks.

    Sure thanks.
  24. Replies
    2
    Views
    486

    Flash Game Programmer Needed

    Hi
    If there is any flash game developers out there, looking to sell their games i would be looking to buy some games. If you are interested please leave a post here saying about your game and how...
  25. Replies
    1
    Views
    415

    Games?

    Hi
    I was wondering if your company developed games in Flash or if the would be able to for a job??
    Thanks
    -www.RascleRhys.com
Results 1 to 25 of 159
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center