A Flash Developer Resource Site

Search:

Type: Posts; User: millysquires

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    581

    Is it wrong that I love you?! I changed it to...

    Is it wrong that I love you?!

    I changed it to single line (you were right, I had been using multiline before and not changed this one) and it works beautifully :)

    Thank you!
  2. Replies
    2
    Views
    581

    [RESOLVED]URL request from user input?

    Hi, I am trying to make a generic multiple choice quiz, with questions to be loaded from an xml file. The hope is that I can give it to teaching colleagues as a resource, and they can create their...
  3. Ta!

    Ok - that makes lots of sense - thanks!

    Did try getting round that by drawing 4 lines to bound the tank and making that be the hitTest instead of the tank, but that still wasn't working - think it...
  4. Easing classes to help with elastic effect

    http://www.actionscript.org/resources/articles/170/1/Flash-MX-2004-Undocumented-TweenEasing-Classes-Documented/Page1.html
    (hope the link works...)

    This is a useful little tutorial thingy on...
  5. [F8] Delay on gotoAndPlay after hitTest

    Ok, I hope this will be a nice easy question...
    I am trying to make a little game where you can run over jellymen with a tank (don't ask..) and I'm having trouble with the code for making the...
  6. Thanks so much, that looks to be just the job! ...

    Thanks so much, that looks to be just the job!

    I will give it a go when I get home from work and let you know, but it seems to make perfect sense!
    (In fact I am kicking myself now - it seems so...
  7. Replies
    14
    Views
    637

    I'm fairly new to this, but had a similar problem...

    I'm fairly new to this, but had a similar problem recently - you could try making the variable _global instead of using the whole _root. thing, then it can be accessed from anywhere in the movie. I...
  8. [F8] hitTest - need shapeFlag 'true' for caller, but also for target?

    Ok, I have read (it feels like) every post on hitTests and still can't find what I need.

    I am making a basic maze game where the ball follows your mouse (although lagging behind then catching up,...
  9. thanks :D

    thanks :D
  10. ok2 was a button, NOW a movieclip and works...

    ok2 was a button, NOW a movieclip and works beautifully (thank you!)

    Am also now using the wonderfullness that is the % modulo thingy like so:

    ok.onPress = function() {
    var...
  11. I think I love you!!! xxx

    Yay!
    Finally!

    Thank you sooooo much :D

    This is what I finally came to:

    //ok2.onPress = function() {
    //this had to be removed before it would work - not sure why?
  12. :( tried that

    Since posting I have actually tried assigning each output to a variable -
    eg -

    myDynamictextfield1.text = nOutfactors[1]
    myDynamictextfield2.text = nOutfactors[2]
    etc

    but the textfield...
  13. Sticky: How I learned to use Flash / Tutorials are great!

    I started trying to learn Flash as a complete newbie to the whole thing - no prior experience with similar programs or anything. For animations in flash, I found a great site that has a whole series...
  14. [RESOLVED] [F8] Can I trace output on the Stage instead of in the output window?

    Hi - I'm trying to create a function that divides an inputted number by everything from 1 up to that number. (The aim is to create a .swf movie that will give you the factors of any number you put...
Results 1 to 14 of 14




Click Here to Expand Forum to Full Width

HTML5 Development Center