| Thread | Last Post | Replies |
|
| Random positions for Movieclips | 23 Nov 2008 11:27 GMT | 4 |
I made a little game with 8 illustrations (movieclips lets say a_mc b_mc etc.) the players have to recognize such an illustration to a sound. If a player plays the game again I would like to have de mc's in a different order on the 8 fixed positions.
|
| getURL(varLink01, "_self"); variable not passing??? | 23 Nov 2008 05:43 GMT | 6 |
i'm passing varLink01 from PHP to a flash file no problem (it loads into a dynamic text field fine). but when i try and load this variable to the getURL command the link is not working, the flash takes me to a "page not found." here is my code:
|
| Release Key check | 23 Nov 2008 04:00 GMT | 4 |
How do I check when the UP key is released? I've tried using keyUP but couldn't get it to work. Thanks for any help you can provide!
|
| Drop Down Sub Buttons | 23 Nov 2008 03:07 GMT | 4 |
I am using on (release) { gotoAndStop("Marketing", 1); }
|
| Sound Objects no longer play external swf HELP! | 22 Nov 2008 18:47 GMT | 6 |
I have several flash games and quizzes that I now want to put together as a collection on a CD ROM as a bumper pack to buy. I wasn't sure of the best way to do that but I figured that I can create a flash file with individuals buttons on that when pressed loads that SWF's into
|
| Upload picture from database, transform picture in FLash | 22 Nov 2008 02:29 GMT | 4 |
Hi, all. I just want to do a test: I made an swf file that is to be embedded in an html web page. Inside swf I want a picture to be upload from database ( for customized purpose ), say ASP, or XML. And new picture will replace that old
|
| Mouseover in Action Script 2 | 21 Nov 2008 16:05 GMT | 4 |
I have a graphic floor plan with 4 apartments. I want to create a mouseover effect whereby when the mouse moves over each apartment, the respective turns blue leaving the other 3 white. I have created five jpegs, one all white and the other four tinted blue respectively. How ...
|
| x and y into Latitude and longitdue | 21 Nov 2008 15:26 GMT | 12 |
How do i convert x and y of a movie in longitude and latitude? the dimension of the movie is w= 1004 and h = 418 where te map movie clip dimension is w= 852 an h= 418. The movie clip is right aligned to he stage. Thanks,
|
| Detecting button click from another SWF | 21 Nov 2008 13:50 GMT | 7 |
I need a starting point on how to go about scripting the following: On an swf (original.swf), I have a movie clip (myMovieClip_mc), into which I load a second swf(second.swf). There is a button (myButton_btn) on second.swf. While working in original.swf, I want to perform an ...
|
| playing random movies | 21 Nov 2008 02:02 GMT | 8 |
I was looking for tutorials on this but each script, and tutorial didnt work for me. I've got three movieClips on my main stage, movie1, movie2, and movie3. Very predictable. Not on load but rather I'd like each one to play in a random sequence. Maybe
|
| Problem with rollever in animation with links | 20 Nov 2008 23:24 GMT | 5 |
AS2 By passing the mouse over a clip of a movie with "rollover" encouraged to start this, the problem is that at the end of the animation, there is a square within which does not bind to open a new video "loadMovieNum."
|
| create a simple test | 20 Nov 2008 20:23 GMT | 5 |
How can I create a test that allows the user to drag an object to a label and then upon pushing a button report the score? There are 3 objects and 3 labels.
|
| Array Question | 20 Nov 2008 19:07 GMT | 5 |
I have an array that I wish to randomise but randomise within a given constraint. I have an array of 0's and 3's. In the abbreviated array, for demonstration purposes, I have only 2 entries for 3 and the rest are 0's. I am using the code below. My issue is that any element could ...
|
| Stopping movie clip | 20 Nov 2008 18:50 GMT | 4 |
Here is the problem. I am an actionscript newbie. I have a movie clip moving across the stage on the main timeline and want to stop it when it reaches a certain x value. I can't seem to get it to stop and stay still at position -700. Any help would be great!! Below is the code ...
|
| need help creating functions | 20 Nov 2008 17:01 GMT | 8 |
Hey guys, I'm in need of a function that 'searches' a movieclip for textfields. There is no set amount of textfields, meaning there will always be a different number of textfields in this movieclip. Then I need to send all these textfields to a PHP script, for mailing to a email.
|