A Flash Developer Resource Site

Search:

Type: Posts; User: theobob

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    1,012

    Freelancer required - educational games

    I make educational maths resources for use on interactive whiteboards in primary schools (age7-11).

    http://www.mathsframe.co.uk/resources/category/Ordering_Comparing_and_Reading.aspx

    I am a...
  2. AS3 - publishing to CD, protecting from piracy

    Help would be greatly appreciated.

    I have spent the last 6 months making educational software using flash. I am now ready to start selling.

    My software consists of a menu flash file, from which...
  3. CS3 Formatting a text box to display large numbers

    I am working on a maths game which involves generating some large numbers in AS3.

    When I pass these numbers into a textbox they appear as e.g. 300000, I would like them to appear as 300,000.
    ...
  4. Replies
    0
    Views
    1,262

    AS3 removing drop shadow bug

    I am experiencing a really annoying bug.

    I have made a series of games where a player has to drag a circle to a target. The circle ( a movie clip) has within it a text box. The circle has a drop...
  5. Thanks so much! I have created a movie clip on...

    Thanks so much!

    I have created a movie clip on the stage and in the movie clip added this code:



    var request:URLRequest = new URLRequest("game1.swf");
    var loader:Loader = new Loader()...
  6. [CS3] AS3 Creating a project with multiple .swf files

    Help would be greatly appreciated.

    I have created a series of educational activities, each of which is a seperate flash / swf file.

    I would now like to be able to create a menu from which...
  7. Replies
    5
    Views
    5,387

    Thank you both very much. Changerow1(event)...

    Thank you both very much.

    Changerow1(event) did the job. Your help is enormously appreciated.
  8. Replies
    5
    Views
    5,387

    Thanks very much for this, however it does not...

    Thanks very much for this, however it does not seem to be working.

    I am getting the following error message (x2):

    1136: Incorrect number of arguments. Expected 1.

    If I have just one function...
  9. Replies
    5
    Views
    5,387

    AS3 - calling multiple functions

    Still very new to all this and feeling a bit lost.

    I have successfully created several functions (changerow1, changerow2 etc) and assigned them to associated buttons.

    I now want to make some...
  10. Replies
    5
    Views
    6,065

    Thank you very much for your help.

    Thank you very much for your help.
  11. Replies
    5
    Views
    6,065

    Thanks for that. I tried the code and got the...

    Thanks for that.

    I tried the code and got the following messages:

    1119: Access of possibly undefined property onChanged through a reference with static type flash.text:TextField.

    1067:...
  12. Replies
    5
    Views
    6,065

    Input text box - event listener

    I am trying to use an input text box to create a numeric variable.

    code:

    {var r:Number = Number(myinputtext.text)}


    {myoutputtext.text = String(r+5);}

    The above code works fine when I...
  13. Replies
    5
    Views
    10,335

    Thanks so much. I really appreciate your help and...

    Thanks so much. I really appreciate your help and advice.
  14. Replies
    5
    Views
    10,335

    Thanks for that, but I don't think I will be able...

    Thanks for that, but I don't think I will be able to make that work as I am reliant on producing the rest of the programme using the timeline.

    Is it possible to set a random variable that can be...
  15. Replies
    5
    Views
    10,335

    AS3 - Dynamic text boxes - complete newbie

    I would appreciate some help. I am a primary school teacher and am trying to code some maths software for my students. I am completely new to this and am well and truly stuck.

    I have been able to...
Results 1 to 15 of 15




Click Here to Expand Forum to Full Width

HTML5 Development Center