ActionScript 2.0 :: Make The Pic Of Brad Show Under Stats

Jan 21, 2004

I am doing a game. at the beginning you select your player. Later in the game you can view your stats and stuff. In the stats area, I want it to show the player you picked. To do this I have put this on the button that you hit to select the player. On release _root.brad(name of player)=true Now, I am guessing that to make the oic of brad show under stats I make a rectangle box where I want him. I then made it a movie clip. Now I am putting the code: If _root.brad=true (then show the pic) I am lost on how to make it show the pic of brad.

View 14 Replies


Similar Posts:


Shared Object In Flash For Stats?

Aug 23, 2009

I have a gane that uses shared object and keeps note of highscores and users names. So - if that is possible then I can set up teaching courses on standalone pcs can't I? ie: Databses I have in access can go in XML and the recording of position in course and results of tests can also be recorded using Shared object.Is that a good way of going about things OR should the whole thing go over to AIR and its sqlite system?

View 3 Replies

ActionScript 2.0 :: Flash Banner With Stats (clickTag)?

Oct 6, 2009

I am trying to make a banner ad that allows me to tracks stats / click thrus.I thought I could use clickTags, but i don't know if I can since I need to have the MY link embedded in the fla.

View 1 Replies

ActionScript 1/2 :: DataGrid - Displaying Stats For Each Individual?

Oct 13, 2009

I have setup a profile card which displays information about individuals by pulling data from an XML database. I have multiple text fields and couple movie clips that display images but I need a datagrid to display stats for each individual. The stat information is set as attributes on a array of XML nodes each node is a year.

Example XML
<hockey><profile>
<name>Wayne Gretzky</name>
<image>pic1</image>
<dob>Jan 26, 1961</dob>
<position>Centre</position>
[Code] .....

The red information is what i need to get displayed by the Data Grid for each profile.
StandingEventSportGold1981 Canada CupIce HockeyBronze1984 Canada CupIce Hockey. The swf has buttons to cycle through the profiles which loads the new information from the XML.

View 1 Replies

Media Server :: Easier Way Of Getting Application Stats?

Apr 19, 2011

I am following this: [URL]. And parsing the logs to get the stats of applications is hard if theres heavy traffic its hard to get everything to parse right. Would it be easier to import all the stats into mysql db once an hour that way its easier to work with?

View 1 Replies

Flex :: Blazeds Service Time Stats

Oct 8, 2009

I have java remoting services(more then 25) on my (Tomcat BlazeDS)server which are called from my Flex client application.I need to collect stats on them like how much time each service is taking(total time).There are three approaches I can do this in my opinion(may be more)

1) change each service and add timer at beginning and ending.bad practice

2) I can also use AOP but I feel its an over kill for this requirement.over kill

3) servlet Filter. Good option

View 3 Replies

ActionScript 2.0 :: Store Unique Stats Through Flash ?

Sep 5, 2008

Curious but is it possible to store unique stats through flash using AS2? My client wants it and I'm like, I don't know if that exists. He got spoiled with Google Analytics.

View 1 Replies

Data Integration :: Game Stats Stored In MySql Or Xml

Aug 23, 2009

First time on here.We teach English through games. All done on flash AS3 now. Want to put courses online so I have been told to use php to communicate to server and database. My question is:Do I use mysql to save stats or xml FIRST: I will get info from xml and send it to my activities in flash - I'm OK with thisSECOND: I want to send out stats from flash to mysql OR xml. The stats are:1. Student logs on of course using username and password (well that comes in not out)2. What lesson the student is on ie: 2, 3, etc...3. Highscores for game activities4. Scores student gets on each activity As far as I can see the only stats that grow are the scores on each activity and even those could be erased periodically.

View 1 Replies

Media Server :: Way To Check Stats On Bit Rate Versions Streamed?

Apr 10, 2012

Does anyone know if Flash Media Server has a function that allows you to see statistics on which particular streams are being delivered?Seems like that would be a handy tool in determining which bitrates are important to continue providing, and which are superfluous, and if it's time to try encoding at higher bit rates.

View 2 Replies

Way To Make Slide Show

Jun 27, 2009

I have a project that I am working on the requires something simple but I can't find tutorials/examples of how to do this.
 
I need to create a slideshow so that when a user clicks an arrow - an image will slide off the screen and another image will move onto the screen (as if there is a long strip of images that move on and off the screen).
 
I have the images as a long continuous strip, and they should slide onto the screen with each click of the arrow. Then at the end of the strip of images I would like them to quickly bounce back to the beginning.

Something similar to what I want to do, only done in Flash[url]...

View 4 Replies

Make The Parameters Window To Show In CS4?

Jan 11, 2010

how do you make the Parameters window to show in CS4? It's always been there in all versions except CS4.

View 1 Replies

Flash :: Make It Slide Show?

Jul 17, 2011

I am new to flash and need to know how to build a slideshow that has 1 or 2 rows going up and down and then when you click on the picture it pops up huge next to the 2 rows?

View 6 Replies

Make A Picture Show Up On Hover Over / On Click?

May 1, 2009

I have inserted in an image and a button and tried both ways.  When you click on the image I want a picture to appear.  I am using this on a map of a building I want to be able to show pictures of what you would see if you were in the building.  The only problem I am running into is that when you click where the picture shows up it will appear.

View 15 Replies

ActionScript 1/2 :: Make An Array To Show Movieclips?

Sep 3, 2010

I want to make an array that loads movie clips, kinda like a tile game.. I'm making this "Badges" kinda thing on my game, and I want to add them with an array, so that it makes it much easier then adding each one.

I want it so that it shows 6 at a time, then you press a button, and it shows the next 6. How can I start out making this?

View 9 Replies

ActionScript 2.0 :: Make A Photo Slide Show By Using XML?

Jan 18, 2009

I try to make a photo slide show by using XML. where I get a step by step guide to build a photo slide show by using XML.

View 1 Replies

Make Flex 3 Datagrid Show Only One Row Of An ArrayCollection's Results?

Aug 11, 2010

Is there a way to make a Flex 3 Datagrid show only the first node of an arrayCollection, instead of showing all of the arrayCollection's data?[code]...

View 3 Replies

Flex :: Date - Make DateChooser Show SelectedDate?

May 26, 2011

I got a Problem with my DateChooser. When clicking the control directly it highlights the date as it should. When selecting the date programmatically it won't show.

var date:Date = notification.getBody() as Date;
_view.dcMiniCalendar.selectedDate = date;

trace tells me, that date and _view.dcMiniCalendar.selectedDate carry the correct values. I already tried to use _view.dcMiniCalendar.invalidateDisplayList() (and some other invalidate functions as well) but neither with nor without them I get that date to be shown selected in the control.

View 1 Replies

ActionScript 2.0 :: Make The Htm File Show Exactly Like Swf's Text Style?

Jul 7, 2009

From a textfiled, I traced htmlText and got below textformat, <P ALIGN="LEFT"><FONT FACE="Courier" SIZE="12" COLOR="#FF0000" LETTERSPACING="0" KERNING="0"><U>this is a test</U></FONT></P>" Then i save the above text as a htm file, but I opened it and found things changed, say the words become bigger. I do not why. I am not good at html languages. is there anyone can help me out a way to make the htm display the exact same style to swf?

View 2 Replies

ActionScript 3.0 :: Make A Loading Bar It Won't Show Up Until The Whole Game's Loaded

Nov 12, 2009

I know this has probably asked a lot before, but I tried searching some and couldn't find it.

When I make a loading bar it won't show up until the whole game's loaded.

View 9 Replies

IDE :: Make Movie Clip SWF Show Hand Cursor?

Mar 31, 2009

I've made a 30 second *.avi file and converted it to SWF

And then I remembered I need to put link inside the Flash so I decompiled it and put this in *.fla file;

Code:
onMouseDown = function(){
my_url = "http://www.link.link";
getURL("http://www.link.link","_blank");
};

But that doesn't make mouse pointer change to hand when it's over the banner.

View 4 Replies

ActionScript 3.0 :: Make The First Image Show As The Gallery Is First Displayed?

Jul 24, 2009

I was hoping to make a flash gallery similar to this example posted a while back and my question is:

How can make the first image show as the gallery is first displayed instead of just having a blank black box?

View 1 Replies

ActionScript 2.0 :: Slideshow - How To Make Buttons Show Content

Aug 31, 2009

I am making a website in flash for my business that consists of several elements. For example I have one menu on top with the usual "contact", "resume", "about" and so on, and so far this is not the problem as I only need some text to show up when the button is clicked. But on the left i have another menu with different sections called "animations", "layouts", "illustrations" and so on, and the point is that each link is supposed to start a slideshow with my artwork depending on the category. How to make the buttons show content, and I even created a simple slideshow (with prev and next buttons).

I used the following code for the slideshow:
stop();
right.onRelease = function() {
if (_root._currentframe == 5) {
gotoAndStop(1);
[Code] .....

Now the only thing left to do is to actually make the different buttons show the slideshows. I have tried to embed the swf of the slideshow in the frame of my content layer that is dedicated to the layout button. I've had to try a few things. at first the slideshow didn't do what I previously programmed it to: instead of me having to click next or prev, it just flipped through all the images continuously. That I fixed, but now the only thing that still doesn't work are the buttons. they seem active when I test the movie, but they don't take me anywhere- they're just stuck on the first image.

View 3 Replies

ActionScript 3.0 :: Make Slide Show Using PHP,Flash And MySql?

Feb 19, 2010

i will make slide show using Flash actionScript 3.0, PHP and using MySql also (have animation too inside) for my final exam. how to make the slide show from begining ?

View 2 Replies

ActionScript 3.0 :: Make A Slide Show With A Next And Previous Button

Mar 27, 2010

Im trying to make a slide show with a next and previous button. I have name these two buttons next_button and previous_button I 've tried the code ;

[Code]...

View 5 Replies

Actionscript 3 :: Make Flash Player Autorun With '100%' Option Instead Of 'show All'

May 12, 2011

I mean from AS3. My application is just a swf and is run by a simple Flash Player (Proyector). It isn't neither AIR nor web-embeded.I need to access to some Flash Player's options to create a default state. For example: every time my application is run I need to activate "100%" view and centre the Flash Player on the screen (desktop).

View 1 Replies

ActionScript 2.0 :: Make The Entrance Animation Show Up Where The Button Located?

Mar 19, 2004

On a flash time line we've got this movie, it plays and then on the last frame there is action script to stop it. (prevent loopage) However, after the movie stops there are a couple of movie clips that loop forever, one of which is a spinning navigation. The navigation spins and spins for eternity, until you mouse over it. When you mouse over it it stops spinning. Theoretically you can then click on the button, which will lead to the page, that you want to go to.Now, making the buttons lead to the page, that's not a problem. The problem is, that before I want it to jump to another page, I want there to be a....how do we see...entrance animation to play.So like, if you click on blue page, a blue square will fade in on top of the button you just pressed, it will grow larger and cover the page, then bam, new page loads (new page would be designed in blue, thus you get the idea?). I know how to use a button to load movie, to make a complete flash site, but I'm not doing that, I want the pages it jumps to to be in html. But I know about doing that too.

What I don't know how to do is, make the entrance animation show up where the button currently is. Because the navigation is spinning and because it pauses on mouse over, the buttons are never in the same place. I know the loadmovie command can load a movie on top of this one, but it generally just throws it up there, or you can specify a point, but how can you specify that it load starting where the button is?

View 2 Replies

ActionScript 2.0 :: Make A Script That Show Numbers Counting To A Certain Number?

Apr 22, 2005

Im trying to make a script that show numbers counting to a certain number.I want to start at 0 and then counting up to for example 52.

View 4 Replies

ActionScript 2.0 :: Way To Make Health Decrease By Decimal / But Show Whole Number In Textbox

Jan 9, 2010

I am making a flash game for a school project, and I decided to make a stick fighting game.once the enemy attacks the player their health just drains. The only way I can fix it is if I have a decimal instead of a whole number, but I have the variable of the health in a text box to display the players current health and it doesn't look to good with a decimal number.So, I am wondering if there is a way to make the health decrease by a decimal, but show a whole number in the textbox.[code]

View 2 Replies

Flash - Make Flex TextInput Show No Prompt On Empty String?

Feb 17, 2012

I am using a s:TextInput in Flex 4.5. It shows it's prompt text if the underlying text value is null or empty String. Does anybody know if I can make either don't show the prompt on empty String or even show a different prompt?

View 1 Replies

Actionscript 3.0 :: Change Code With Hex Editing To Make Game Always Show HEADS?

Mar 28, 2012

how can i change this as3 code with hex editing to make this game always show HEADs (or tail ) and be winner its game to bet and u should choose head or tail , and if u guess rite u get money ,if not u lost money i want to always answer be head( or tail) .as file attached.

[Code].....

View 3 Replies







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