Imported MC (Breakout Game) Not Functioning Correctly?
Aug 15, 2010
I am writing a large elearning course using flash.As a break for the student, I want to include a breakout game on one frame. I tried loading the game (game01.swf) into an MC container. The game loaded but did not function correctly.Then, using the Timeline Select All Frames, Timeline Copy, and Timeline Paste functions, I copy/pasted the game layers into an inserted MC symbol. Then I pasted the MC symbol onto the desired course frame. The game still did not run correctly.
View 1 Replies
Similar Posts:
Nov 5, 2007
Like when the ball bounces off of other objects. I've tried "xvel *= 1;" but it does not work well at all and had some glitches.
View 3 Replies
Apr 20, 2010
When I embed a swf it does not function the way it does when not embeded. I don�t no what the problem could be. Here are the links and source code below. The scroll bar on the bottom does not function and the 360 click and drag of the photos does not work.
Code:
//******************* Scroll Functions for Large Images *******************************
var maxSpeed:uint=50;
[code].....
View 1 Replies
Oct 27, 2010
I am making a breakout type game where you bounce a ball around and it hits & breaks blocks.The issue im having is with handling the ball after a collision is detected.Every frame the ball checks four points on its surface to see if they are colliding with any of the blocks. The problem occurs when the ball starts moving fast. The ball's radius is 7 pixels. If it is moving upwards at higher than7 px/ frame, then the ball might end up half way into one of the blocks.
In that case the ball detects a collision on its top AND on its side (which is bad -- If the ball is travelling upwards it should detect the collision at the top of the ball)how I could fix this so that I can make the ball move fast without sacrificing the accurate detection of collisions??
View 5 Replies
Sep 16, 2008
I have been trying to get a for loop to produce buttons based on a value.
My current code is:
var xPosition:Number = 50;
var yPosition:Number = 15;
//problem one is that "rows" is a variable from the html page
[Code].....
View 7 Replies
Apr 3, 2011
I have a simple loop that duplicates a movieclip. I have 2 frames within this mc and I am trying to play frame 2 when mouse roll over. I am trying to add a mouse_over listener and keep receiving an error: brief account of my code is:
Code:
for (var i:Number=0; i<10; i++)
{
var item:NewItem = new NewItem();
item.name = "item" + i;
when I try and rollover the item I receive:
TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::Stage@36ccd089 to flash.display.MovieClip.at forloopas3_fla::MainTimeline/controlOver()
View 5 Replies
Sep 10, 2009
I'm developing a site that has different pages on different frames. My buttons work correctly, and go to the correct frame, however, if I press it twice, it jumps to another frame. I have the actions to stop at each frame and this is the code I am using for the navigation.
[Code]...
View 4 Replies
Sep 7, 2009
I created a flash file (I will refer to this a swf.1) that plays correct when published as swf.However when I place it into another flash file the nested animation inside the swf.1 does not run.The nested animation in swf1. that does not run has a mask. Would this have anything to do with it?
View 1 Replies
Jun 18, 2010
I have imported a gif but it does not play correctly. It's only two frames. The first bmp associated with the gif in the library has both slides combined while the second bmp is correct.To show the issue I am having. Here is the 2frame gif playing correctly:[URL]Now here is a screen shot of my library:[URL] You can see how the highlights bmp is incorrect. When I play the gif in Firefox,IE, Ulead gif animator or anywhere else it is fine but in Flash it shows that first frame with the combined slides and then the 2nd slide correctly. It ruins the "dancing effect" I'm going for.
View 2 Replies
May 23, 2011
i imported tweenlight and have set a value for it in my game, but the object spawns to the stage and doesn't move would anyone know what the issue might be?
[Code]...
View 1 Replies
Jun 11, 2010
Im making a flash project in flash cs3 using As2.It is a large interactive game with imported external swfs throughout,Ive placed the lockroot code in all the external swfs.
When i play the external swfs on their own they play perfectly put when imported into the main.fla they don't work properly,some of the functionality doesnt work properly..As an example I have made a jigsaw game using drag n drop and targets, where the code
if(this._droptarget == "/dropTargetOne")
{
_root.dragger1.gotoAndStop("5");}
}
appears I have problems because the code _root.dragger1.gotoAndStop("5"); doesnt work when imported as an external swf.I've tried using this._parent but no success.So I think the problem is to do with using _root which I was hoping would be sorted with this._lockroot = true;
View 3 Replies
Jan 25, 2004
Alright. I have a breakout game. The ball has actions to check hitTest with the blocks and if so banish them 1000 pixels away. It only checks for the original block because they all have the same instance name and depth. How would you change the depth? Moreover, how would you duplicate it and place it in a fasion that it is all in a row and it duplicates more that one time on load?
View 10 Replies
Jul 23, 2009
I am using Flash CS4 and AS3. Can anyone advise me why my links work perfectly well when I use "Test Movie" - and yet don´t function when posted on-line via Dreamweaver 4?
View 3 Replies
Aug 27, 2011
I've got the following code, I am trying to appendText to the same text Field (instance name = info). Problem is it seems to be ignoring the if statements and just outputs the last else string only.
import flash.net.URLLoader;import flash.net.URLRequest;import flash.events.MouseEvent;import flash.display.Sprite
crabBtn.addEventListener(MouseEvent.CLICK, ldr1);kidsBtn.addEventListener(MouseEvent.CLICK, ldr5);[code]....
View 3 Replies
Sep 17, 2009
I tried to create a simple progress bar by adding the ProgressBar component to my library, renaming it to "progressBar" and giving it an instance name of "progressBar" as well as adding the following code to my main class:
PHP Code:
package {
import flash.display.*;
import flash.events.*;
import flash.display.Loader;
[Code]....
View 0 Replies
Aug 5, 2010
My XML isn't exactly doing what I want. It's putting a lot of 'undefined' entries in my Flash file and it's not updating correctly and I don't know why it's doing that.Top square is add entry to XML, button square returns to the 'room'.
This is my Script:
ActionScript Code:
package
{
//Import Stuff
public class AddQuestionMenu extends MovieClip
[code].....
View 1 Replies
Nov 6, 2006
I built this site about a year ago for a photographer. I am on a Mac, and she just recently started complaining that the site doesnt work on her PC. She says that after the home page, and page that she goes to gives her an error message? I dont have a PC to look at. Could it be something with IE7 and my Flash detection script? URL...
View 10 Replies
Feb 26, 2007
Code:
var cityArray:Array = new Array();
cityArray[0] = "southland";
cityArray[1] = "otago";
cityArray[2] = "westland";
[code]....
What have I done wrong? I'm trying to give each mc it's own number based on the name position in the array etc etc - It returns 18 for all of them when I click them one at a time.
View 7 Replies
Jan 17, 2008
I am have problems with the removeMovieClip() function; I have tried several methods to get the function to work. see below
Code:
newThis.removeMovieClip();
newThis.unloadMovie();
unloadMovie(newThis);[code].....
View 6 Replies
Mar 11, 2009
I am having an issue in getting flash to call my PHP script and then get the variables back into flash once the PHP script has queried a mysql database. I have tried to chop things in the php script down to their bare essentials. I am new to AS3 so I am having some trouble integrating the two. I know that my DB info and querying works so it must be something with passing data between flash and PHP.
import caurina.transitions.*;
import fl.controls.DataGrid;
import fl.controls.ScrollPolicy;[code]........
View 1 Replies
Mar 11, 2012
I have a TLF Read-Only Textbox. I have given the text box an instance name and attached a MOUSE_OVER and MOUSE_OUT listener to it.
On mouse over: Displays a value with the .text property. On mouse out: Sets the .text property to ""
The textbox functions correcty as I move the mouse onto the textbox area; a value is displayed. However, if I hover the mouse over the actual value, the mouse over and mouse out listeners get activated repeatedly in sequence. Is this a bug with AS3/cs5? Is there a way around this?
[Code]...
View 2 Replies
Dec 11, 2004
I had the buttoms working but as soon as i converted them into movie clips to spice them up they don't seem to excecute the button anymore, im using the code from voetsjoba tutorial transitions between external swf's
View 3 Replies
Jan 9, 2010
I have a flash file with a MC "wmc" which contains the following script to randomize labels on load as well as for next and prev buttons to function. I used the prev/next btn scipt in a previous file but for some reason the buttons are no longer functioning in this one. I must be missing something elementary. The actual file is available via the following link (see the "workmc" MovieClip in layer "wimages"):URL...[code]
View 2 Replies
Mar 16, 2010
I am making my website by loading each of the external pages in to the main swf file. I've used a tutorial and it manages to load all of the correct pages when the corresponding button is pressed, however I can tell that the Unload isn't working because each page has audio and I can hear them playing over the top of each other when I navigate through the pages.
Here's the code.
Code:
var Xpos:Number = 0;
var Ypos:Number = 102;
var pageSWF:MovieClip;
[Code].....
View 8 Replies
Apr 20, 2010
I have created flash buttons for one of my websites but they do not work properly. Unless there is a (www) in the URL the buttons do not work. For example,If my address reads [url]...the buttons do not send you to the page when you click on them. However, if you go to [url]... the buttons when clicked send you to the pages.I have set all the links to [url]... but that does not stop a user to navigate to the site using [url].... instead of [url]....
View 23 Replies
Sep 13, 2010
new to this and need a very basic push in the right direction.I have FMS 3.5 installed on my server and I am ready to begin testing with it.My website has a page with descriptions of videos and links to those videos.When a link is selected, I want a new page to open and the video to play in the FMS player.I have absolutely no idea how to go about this. I need some meaty information here. I read tom Green's tutorials, and although I found that they were informative, they are also quite general.
View 6 Replies
Feb 19, 2009
I use the AS3.0 stated below to control a simple Flash play/stop button to play/stop a mp3 on a webpage. Since I am using about 15 of those players on one page and a lot of visitors are to lazy or unaware to press 'stop' before clicking 'play' on a next player, a 'stopallsounds' would be great: so, whenever a play-button is clicked all the 'earlier' sounds will stop playing.
So, the buttons seem to work fine but the line "SoundMixer.stopAll();" in the playfunction paragraph is not doing what i want it to do; other/earlier sounds just keep playing.
[Code]...
View 0 Replies
Mar 18, 2011
I have the following code for a text input box. I want it so if you type in a specific word it does one thing, if you type in something that doesn't have its own action it brings up a message.
ActionScript Code:
var attempt = 0;
password.onSetFocus = function() {
password.text = "" };
listenForEnterObject = new Object();
listenForEnterObject.onKeyDown=function(){
if(Key.isDown(Key.ENTER)){
[Code] .....
I had this working fine when I had just the one correct word but since I added the second correct option, "option2" when I type in "option1" it both does what its supposed to do AND runs the "else" script. "Option2" works fine.
View 3 Replies
May 27, 2009
The reset button on this file doesn't work. In fact I was puzzled about why it had disappeared and it is there but the wrong size (see large navy blue shape in the lower right hand corner of the stage?) When you click this shape you get this error:
ArgumentError: Error #1063: Argument count mismatch on AddATree2/onReset(). Expected 0, got 1.Not sure what that means because I can't find any arguments in this function.This should work so that the text and polygons disappear when the reset button is clicked so you can do this again.Here is the code and the fla is attached. (There are three files inline: Reset.as Tree.as and AddATree.as. See attached .fla AddATreePrototype.fla)
AddATree.as
---------------
Code: Select all/* AS3
Copyright 2008 __MyCompanyName__.
[code]....
View 11 Replies
Oct 16, 2003
Is it possible to have two buttons functioning at the same time?
For instance, let's say you've got a dynamically generated list, with clickable items, that you want to disappear when the user mouses off of it...
The way I have it set up now, the list exists on top of a large invisible button with something like
[AS] on(rollOut){
removeMovieClip("ludacris");
}[/AS]
The list items also have buttons so that when you click on them, they do some things... but when you mouse onto them, the "rollOut" button is triggered and it goes away.
So, is there a way to have two buttons functioning with one on top of the other?
View 2 Replies