ActionScript 3.0 :: Game That Populates User-designed Cards Into The Game Using An External Xml File

Apr 24, 2011

I'm making a game that populates user-designed cards into the game using an external xml file. My main class loads the xml file and then calls to the "Card" class, which wants to use the xml file. I've tried using this.parent and it just gives me a null object reference error. This is what I have so far: Main.as

[Code]...

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Cards Do Not Flip When Testing Game

Jul 22, 2011

I am using flash cs5.5 right now and I have in my library two movie clips. One contains the main class and the other is created to do a function, which is to flip the cards the main class creates. I have designed the cards inside the "Card10" movie clip (which contains the class that flips the cards). But when I test the game, my cards don't flip.

Here's the code :
package {
import flash.display.*;
import flash.events.*;
public dynamic class Card10 extends MovieClip {
private var flipStep:uint;
[Code] .....

I have positioned my cards so the registration point is in the center of the cards.

View 4 Replies

ActionScript 2.0 :: Menu Bar-add Item - When The User Selects "new Game" It Should Restart The Game?

Apr 3, 2009

im creating a card game. i have a seperate timeline for the menu bar. ive placed this code on the first cell of the timeline:

Code:
import mx.controls.Menu;
import mx.controls.MenuBar;[code].....

the problem i get is that when the user selects "new game" it should restart the game. when it does this the toolbar is not reset. instead a new menu item is added (without removing the old one. so evertime the user hits new game, a new "file" menu is added). how do i make sure there is only 1 "File" menu? and im using actionscript 2

View 1 Replies

Multi User Game Programming?

May 24, 2010

If u have any tutorials, books or links related to this type of code, please forward me for this or my mail id - swamy.webdesigner at gmail.

View 1 Replies

Android :: Cross Platform Game - IOS : Develop A Very Simple Game For Iphone/ipad?

Mar 7, 2012

I am going to develop a very simple game for android and for iphone/ipad I have the option to develop it in cocos2d or in adobe flash air (i am not a developer, but i have 2 developers who are offering me the service)I have a developer that states that cocos2d is better and other one that states that adobe flash air.I want it in cross platform.the cost offered by both developers is the same..i have heard that adobe air has the flaw that it is very slow, is this real? if you had the 2 options which will you use to develop your game and why?

View 1 Replies

ActionScript 3.0 :: Making Game And Objects Would Spawn At Random And Be Able To Click But When De Game Starts Itself

Jul 4, 2010

currently i making this game and objects would spawn at random and be able to click but when de game starts itself, the spawn is correct but i am unable to make it stop when time goes to 0seconds.

View 1 Replies

ActionScript 3.0 :: Flash - Writing A Simple Game Rule For A Platform Game?

Feb 28, 2011

I'm creating a game at the moment for my university course and it involves the player character jumping on top of boxs twice to break them as opposed to just once.What would be the most efficient/simple way of writing this in Actionscript 3.

View 1 Replies

ActionScript 3.0 :: Mahjong - Levels Of Blocks In Game - Layouts Of The Game Should Be Predefined Or They Should Be Dynamically Created?

Aug 3, 2011

I have recently started working with Mahjong game. But being not so experienced developer. I am just confuse about many aspects of it. So if anyone could throw some light on it. I have to build the game where there could be different number of tiles on screen. 32, 48, 64 , 80, 96, 112 and so on Now I have questions regarding the levels of blocks in this game. I mean the layouts of the game should be predefined or they should be dynamically created? Also I wanted to know how the surface of enable and disable symbols are created?

View 2 Replies

ActionScript 3.0 :: Make A Game, And The Character Inside The Game Could Swim

Jun 13, 2009

I was trying to make a game, and the character inside the game could swim. However, I only wanted him to swim in short bursts that refueled every time he hit the ground.

View 9 Replies

ActionScript 3.0 :: Making A Game Like Pokemon Trading Card Game?

Jul 23, 2010

im trying hard to make a Game like the Pokemon TCG .

View 2 Replies

Flex :: 2d Game Engine For Race Game Built To Webpage?

Nov 19, 2009

I think Flash/Flex is a good aproach for this case.We need to build some like the following

View 2 Replies

Actionscript 3 :: Flash Game Engine Selection Of An Awesome Game?

Dec 14, 2011

I am thinking of developing of a game like this: [URL]... Do you have any idea - by which game engine I may develop this type of games? I am not sure whether I have to use any 3d physics engine? I think JiglibFlash may be useful, but I am not sure.

View 1 Replies

ActionScript 3.0 :: Multi User Game Programming?

May 24, 2010

now i am trying to make some games, I want to design a game with multi users.If u have any tutorials, books or links related to this type of code

View 1 Replies

Actionscript 3 :: Make A Game Tutorial Of Flash Game?

Apr 1, 2011

how to make a game tutorial as farmville game tutorial to teach the user to play the game. i have recently involve in make that kind of game tutorial for its user by actionscript 3

View 1 Replies

ActionScript 3.0 :: Create A Tamagotchi Game Type Game?

Mar 28, 2012

im trying to create a tamagotchi game type game. For some reason i can not add any items to the stage.Currently i have imported 2 png images to the stage and coverted them to movie clips. One is called TamagotchiCharacter and the other is called Beer. I have also created a new 2 AS3.0 script class called TamagotchiGame and DraggableItem. The following is TamagotchiGame:

Code:
package {
import flash.display.MovieClip;
public class TamagotchiGame extends MovieClip {

[code]....

I have assigned the above code as the BaseClass of the Beer symbol, this has allowed the beer to become draggable and droppable etc.when i run the program nothing happens, i just get a blank white screen.

View 2 Replies

ActionScript 2.0 :: Game Development - Game Character Dialogues?

Jan 22, 2010

It's about the "Game Character Dialogues", It is used to instruct the user what to do, like what you see in BookWorm or Diner DAsh.I used dynamic text fields to generate these dialogues,but as I continued doing it. I found myself stuck.I have no idea on how to change the words when the "next" button is clicked. there will be no previous button. but the dialogue will replay when the character is clicked.

View 3 Replies

ActionScript 3.0 :: Game Won't Start Until User Clicks Stage

Sep 6, 2010

I'm a student at Drexel University and I just completed a basic platformer for a actionscript class. My professor docked me some points for the game not working until the user actually clicks within the swf. I've heard that this problem is caused on mac osx, but I don't have any concrete evidence to get the points back. Here's a link to the game if you want to check it out.

[URL]

View 1 Replies

ActionScript 1/2 :: Set The Game To Complete Once The User Has Placed All The Pieces Where They Belong?

Jul 28, 2011

I created a drag and drop kind of game. Each item has the code below. How do I set the game to complete once the user has placed all the pieces where they belong?

[Code]...

View 2 Replies

Javascript :: Start A Flash Game When The User Clicks?

Dec 29, 2009

I want to put two games in my website but they both start at the same time.How can I get them to start separately when the user clicks them?

View 1 Replies

C# :: Authenticating User Already Logged Into Website On Flash Game

Oct 24, 2011

Here's the battle plan:
User logs into website.
User clicks the Play button and a new window opens with the flash game in it.
If the user is logged into website, have the flash game load. Otherwise ask him for credentials.
Is this type of interconnectivity possible? Can I give a flash object (.swf) something to use?

View 1 Replies

ActionScript 2.0 :: Game - User To Fall When He Is Not Touching A Floor?

Mar 28, 2004

im making a game but im already having trouble with the first code, i just want the user to fall when he is not touching a floor....i put this code on the user:

[AS]onClipEvent(enterFrame){
if(falling=true){
this._y=this._y+5}[code]....

theres is no errors but it doesnt stop when it hits the floor

View 4 Replies

ActionScript 2.0 :: Save File From Flash Game And External Flash Subgames?

May 4, 2010

how to create save files for flash games. So far, so good. But here's the problem: To improve game loading performance, I was thinking of loading external flash files. Instead of building everything inside the same .fla file, I have one main .fla file, and one or two other .fla files loaded when needed.

The flash I want to load happens to be this mini computer used for puzzle solving and can unlock new applications. And this is my problem: I want to create a save file for the game -and- for this mini computer, which is an external flash file, so it keeps track on many apps have been unlocked. Save the progress from both the main game and the mini-computer. Is it possible? Or is it better to make everything inside the same .fla instead of multiple .flas?

TL;DR: Is it possible to create a save game for a flash game AND its external flash files being loaded in the same game? If so, how can I make it happen?

View 1 Replies

ActionScript 3.0 :: Tracking Time - Count The Seconds Passed While Playing The Game And Gives A Bonus Multiplier To The Current Score When The Game Ends?

Mar 15, 2009

Is there a way to get this code to work? It's meant to count the seconds passed while playing the game and gives a bonus multiplier to the current score when the game ends. I don't know how to get the returned value to combine it into the multiplier int variable. Is there any way to get this code to work or is it completely wrong?

View 11 Replies

ActionScript 3.0 :: Make It Fly From Left To Right Again And Again Untill The User Finish The Game?

Nov 24, 2010

I have a jet_mc object flying from left to right, i got that part ok but my question is how can make it fly from left to right again and again untill the user finish the game. what line of code should i add to make it loop.stage.addEventListener(Event.ENTER_FRAME,run)function run (e:Event){ jet_mc.x-=5}

View 4 Replies

ActionScript 1/2 :: Create A Drag And Drop Game In Which The User Selects?

Oct 31, 2011

A student of mine is wanting to create a drag and drop game in which the user selects a possible answer for a range, drags it over a object named as "dropzone". the correct answer is left over the dropzone, and the user clicks the check button they need to be sent to a frame displaying "correct" - otherwise, sent to a frame for incorrect.I currently have a set up in which the user is given an auto response using a dynamic text box and all is done on the one frame, but this student wants to be a little different.

View 3 Replies

Ranking Game That Captures User / Their Ranks / Date Into A Database

Jan 28, 2009

I'm using Flash CS3, AS2, PHP, mysql database with phpbb user registration. What I'm trying to do is a make a contest game where you have 5 different ladies and the users get to rank them in order from 1 to 5. Since it is a contest, users will need to be logged in. We already have a database of users based on phpbb, and a registration page. I need them to be able to log in using that username/pass and then they can play the game.

The game consists of a drag and drop mechanism (which I have) so the user can drag "#1" to "girl-4", drag "#2" to "girl-5" etc. Once they drag and drop all the boxes into the order they want, the user then submits it. The data I need to capture in the database is the User, date/time, their rank order (seperated so we can do a query to figure out how many they got right out of the 5.) The final twist is that we are going to have 9 total 'games', one each week for 9 weeks, and we only want users to be able to play once per week.

For an example you can see a working version here. That one does a bunch of more complicated stuff that I don't want to do. The programmer that did it is no longer here and it has been hard trying to decipher his code. I have the whole drag and drop mechanism using the old code from the above example. This is a snippit of the code. drag1_mc is the number they drag (there are 5, so drag1_mc, drag2_mc etc.) and drop1_mc is the rank location. (also 5, drop1_mc, drop2_mc, etc)

[Code]...

View 6 Replies

ActionScript 3.0 :: Show Msg To User Based On How Quickly Game Completed

Sep 3, 2011

I've developed a game that records how long it took to complete the game. At the end of the game it shows the user how long it too to complete. I want to be able display message to the user depending on how quickly they took to complete the game. I have set up a dynamic text box called "message" that will display the message, but I am struggling to figure out the syntax for :

If gametime is less than 60 secs then message = "well done thats very quick"
If gametime is between 60 and 80 secs then message = "Not bad at all"
If gametime is between 81 and 100 secs then message = "Its good but not good enough"
If gametime is between 101 and 120 secs then message = "You can do better than that!"
If gametime is between 121 and 140 secs then message = "Too slow, you need to practice"
If gametime is greater than 140 then message = "Did you fall asleep?"

View 3 Replies

ActionScript 3.0 :: Sound Repeats From Game To Game

May 19, 2010

We have a bug in one game whereby the sound of the word repeats. Even when we use stopAllSounds - the sound is still kept in memory and you can hear it in the next activity - it's a disaster and kids get real angry.

View 3 Replies

Actionscript 3 :: Game Logic And Game Loops?

Oct 22, 2011

I am making a Shooting game in flash actionscript 3 and have some questions about the flow of logic and how to smartly use the OOPs concepts.There are mainly 3 classes:Main Class: Initializes the objects on the screen.Enemy Class: For moving the enemies around on the screen.Bullet Class: For shooting.What I want to do is find out if the Enemy has been hit by a bullet and do things which must be done as a result ...What I am doing right now is that I have a ENTER_FRAME event in which i check collision detection of each enemy unit (saved in an array) with the bullet instance created, and if it collides then perform all the necessary actions in the Main class .. clogging the Main class in the process

View 2 Replies

ActionScript 3.0 :: Create A Drag And Drop Game When The User Drags A Word Into The Box

Apr 29, 2009

ive got the following code. bevvy is a movieclip, theres a dynamic text box called feedText nd a box.. imaginately called box. I'm trying to create a drag and drop game when the user drags a word into the box that will have its meaning beside it in a text box, the dynamic text box will tell them if they are right or not. if they are right the word stays, if not the word will go back to its original location. the dynamic text box will give feedback whether they are right or not.

the code below means that the word will stay in the box, but the text message is displayed all the time. i also have a reset button to make the word return to its origal location but id rather not have the button.

[Code]....

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved