A Flash Developer Resource Site

Search:

Type: Posts; User: eurythmic

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    838

    No worries, I solved it myself - the movie clip...

    No worries, I solved it myself - the movie clip that the drag and drop is within needs to be given an instance name, which then avoids the dynamic instance naming issue! Phew :) Sophie
  2. Replies
    2
    Views
    838

    Problems with drag and drop

    Hi, I wonder if you can help me. I am trying to get a drag and drop working. I can do it when on the main timeline, but not within a movie clip. I have attached an example.

    The code I want to use...
  3. Replies
    0
    Views
    617

    [CS3] Common Libraries buttons

    Hi,

    I am an ICT teacher and am trying plan a scheme of work for my Year 8s to learn some basic Flash. I want them to be able to use simple buttons, and think the simplest way to do this is to get...
  4. Replies
    1
    Views
    753

    Ok, I've semi-sorted it... I used the property...

    Ok, I've semi-sorted it... I used the property inspector to change the button from a movie clip to a button. The flashing has stopped. But... now, because it is a simple button I cannot use...
  5. Replies
    1
    Views
    753

    [CS3] Button problem

    I have created a button using Flash and AS3. It has three states - up, over and down. At the moment, when the file runs, it flashes between the up and over states continuously even when the mouse is...
  6. [CS3] Adding keyframes at the beginning of my project

    Hi

    I have created an interactive maths activity for children using Flash CS3 with AS3. As it stands currently, everything takes place on one keyframe and different events cause different things to...
  7. Replies
    3
    Views
    551

    I imported the sounds to my library and then...

    I imported the sounds to my library and then selected "export for ActionScript" and create each sound at the beginning of the exercise, like this:

    var question:Sound = new Question();

    ~S~
  8. Replies
    3
    Views
    965

    Still no joy

    I can click on that line and I get the arrows that look like they mean I can drag them, but when I drag them nothing happens :( I tried going back to the default settings but that doesn't change how...
  9. Replies
    3
    Views
    965

    [CS3] Can't see keyframes on timeline

    I feel like this is a really stupid question, but I can't work out what I've done...

    I have got the timeline open. I can see all the different layer names, and hide/lock them etc. But the...
  10. Replies
    3
    Views
    551

    [CS3] Sound issues

    So, I am producing this prototype maths program for children as part of my MSc project. It "talks" to the students by playing imported mp3s. I use the following AS3 code:

    //Plays the first sound...
  11. Replies
    1
    Views
    591

    Event handler misery

    Hey guys,

    I am having trouble with event handlers. I have the following code:

    var object:Object=event.target;
    var dropTween=new Tween(object, "x", None.easeNone, object.x, myTarget.x, 0.7,...
  12. Replies
    2
    Views
    921

    [CS3] Dynamic Text Not Displaying

    Ok, this has been driving me insane!

    I have 18 dynamic text fields on my stage. I have code which determines which one to alter, and then this numeric value is passed to a function which uses a...
  13. Replies
    1
    Views
    1,691

    [CS3] How to create a dialog box?

    Can anyone help me? I am working in Flash CS3 using AS3and would like to create a dialog box which will appear if a user clicks the "done" button without having started a task. I have tried a Google...
  14. Replies
    3
    Views
    579

    I tried implementing this in my main program and...

    I tried implementing this in my main program and it didn't work, so I tried a small practice program to try to isolate the problem. It seems to be a problem with recognising that the first sound is...
  15. Replies
    3
    Views
    579

    Playing sounds sequentially

    Hi

    For my MSc project I am trying to produce a piece of maths software for primary children using Flash and ActionScript 3.0. I need to be able to hook a string of sounds together to make a...
Results 1 to 15 of 15




Click Here to Expand Forum to Full Width

HTML5 Development Center