(C, C++ And C#) - Create A Similar Screen?

Sep 29, 2010

I have a solid programming base (C, C++ and C#). I was looking for some Flash samples over the Internet and I found a Flash Carousel but my doubt doesn't regard it but something simpler than that.

Consider the following sample: http[url]...., when the user clicks on any of the buttons of this carousel a screen is opened with the corresponding image on it but the user still can see the background because the opened screen has an alpha (close button and a legend). I'd like to know how that is done, I've seen this kind of behavior in many galleries and stuff on the Internet but I don't know how that is called and how to create a similar screen.

View 4 Replies


Similar Posts:


Create A Banner Similar To The One Seen On This Website?

Dec 6, 2010

Im trying to create a banner similar to the one seen on this website:[URL].. It has numbers to take you through the images, previous/next tabs and it autoplays with a pause button also. All the pictures link to various places around the site, and i cannot find anywhere on how to go about creaating something like this.

Ive been reading and watching tutorials all over and can do the basic tweening and autoplay/loop funtions with timer and timer reset in it, but i dontknow how to go about this one as im very new to this.

View 2 Replies

Using A 'for' Loop To Create Similar Varibales?

Jun 19, 2009

I'm trying to create a number of similar variables using a for loop, rather than having to explicitly write out each variable. For instance, I need 9 variables called zone1, zone2, zone3 etc. So rather than writing it out like so...ActionScript Code:public var zone0:Zone = new Zone(); public var zone1:Zone = new Zone();  public var zone2:Zone = new Zone();// etc. etc. After a look around on the internet, I came up with this, however, it doesn't work...ActionScript Code:for (var i:uint = 0; i<=8; i++)public var this["zone" + i]:Zone = new Zone

View 3 Replies

ActionScript 3.0 :: Using A 'for' Loop To Create Similar Varibales

Jun 19, 2009

I'm trying to create a number of similar variables using a for loop, rather than having to explicitly write out each variable.For instance, I need 9 variables called zone1, zone2, zone3 etc.[code] After a look around on the internet, I came up with this, however, it doesn't work..[code]

View 2 Replies

ActionScript 2.0 :: Create A Editor In Flash That Looks Similar?

Dec 2, 2004

I want to create a editor in Flash that looks similar to this. I need the line numbers on the left side and the text on the right.Is this something that is possible in flash? Can someone give me some ideas to start with. I am a beginner to flash but I catch on quickly.

View 2 Replies

ActionScript 2.0 :: Create Something Similar To The Str_replace Function?

Sep 28, 2005

i am looking to create something similar to the str_replace function (from PHP) that will replace all occurrences of the search string the replacement string from within an larger string. Does anyone have something like that created already (save me the time)?

ie
var myStr:String = new String( "i wish i were an oscar meyer weiner" );
var myOutput = str_replace(myStr, "i", "we");
// myOutput would now = "we wish we were an oscar meyer weiner"

View 3 Replies

ActionScript 3.0 :: Create Similar Application Using Flash?

Jun 15, 2010

Does anyone knows how to create similar application using flash?

View 9 Replies

ActionScript 3.0 :: Create A Flash Intro Webpage Similar?

May 26, 2011

I am trying to create a flash intro webpage similar to this: [URL]..I have got a AS2 code that allows me to
scale the video as seen here.... www.the10thletter.info/ebh/intro (seen code below)
 
I also have a AS3 script that positions the logo in the middle of the page (seen code below)

[Code]...

View 2 Replies

ActionScript 3.0 :: Create A Spinner / Picker Similar To The One Used On The Iphone

Feb 2, 2011

im trying to create a spinner/picker similar to the one used on the iphone in as3 [URL]

View 4 Replies

ActionScript 3.0 :: Create A Game Similar To All The Reaction Time Games?

Oct 25, 2009

I want to create a game similar to all the reaction time games out there, with the difference that my game has a set amount of time that you as the player will have to guess when it occurs (with a simple click). Each player has a number of tries where the closest time from the set time wins.

View 1 Replies

Professional :: Create A Mouse Reaction Similar A Animation In The Web Site ?

Aug 9, 2011

how do I create a mouse reaction similar a animation in this web site http:[url]...

View 2 Replies

ActionScript 2.0 :: Create A 'open Book' Flash Effect (or Similar)

Feb 1, 2007

Does anyone know how to create a 'open book' flash effect (or similar) Perhaps something like this: [URL]..

Is it too difficult to do...?

View 1 Replies

Actionscript :: Create A Wheel For Navigation Similar To On The Visit Provence Website?

Aug 4, 2010

I have been asked to create a wheel for navigation similar to on the Visit Provence website. However, I don't know where to start and my Googling effort have been unsuccessful - I guess that I am searching using the wrong terms.It the the way that the wheel moves and interacts with the other segments around it that interests me.

View 2 Replies

ActionScript 3.0 :: Create A Touch Screen Game For TV Screen?

Nov 28, 2011

I want to create a touch screen game for TV screen (not for mobile).

View 2 Replies

ActionScript 2.0 :: Create A Game That Has A Similar Concept As Dance Dance Revolution?

Apr 2, 2004

i'm trying to create a game that has a similar concept as Dance Dance Revolution - if shown is a down arrow then press down, if up arrow is shown then press up ...i'm having problems with the "if shown is a ... arrow" part - i managed to get pressed key check working, so if you press the correct key you'll progress but if you press the wrong one the appropriate action will execute.

in frame 1 i have the movieclip that contains the arrow display with the following code:

onClipEvent(keyDown){
if (_global.x = "up") {
if (Key.isDown(Key.UP)){
gotoAndStop("down");

[code]....

looks ok to me, but when i tested by changing the if condition for the mc action to if (_global.x = "down") the thing still executed as if _global.x = "up" .

View 2 Replies

ActionScript 2.0 :: Create A "floating" Style Navigation Similar?

Aug 27, 2008

I'm trying to create a "floating" style navigation similar to the link below but WITHOUT and 3D effect. Just text/navigation that is floating and reacting ever so slightly to the xmouse/ymouse and maybe scaling on rollover or something...I don't know where to start...

anyone have a tutorial or link that has something similar in effect?[URL]..and also the "solutions" section of this site, although this doesn't really interact with xmouse/ymouse[URL]..

and here is another that uses imagery and full screen...[URL]..

View 5 Replies

Javascript :: Create A Progress "bar" Similar To Grooveshark?

Dec 12, 2010

how would I go about creating a custom progress bar like the one Grooveshark used to have? If you look at the image below, the progress bar is an image in the shape of a shark and fills in as the page loads.

I think this is very cool and would love to know how it is done. Can this be done programmatically, or is it done in flash? I would really like to do this in JavaScript (jQuery) if it is possible. Where/How do I start?

View 1 Replies

Flash :: Create A Stack Of Cards Similar To A Solitaire Stack?

Jul 2, 2011

I am creating a card game everything is fine but I am not able to create a stack of cards as follows: If I have 4 cards that are represented in an array such as 4,5,6,7 of Spades then I want the card with the least priority to be placed on top and the highest priority card placed behind the first one.

View 2 Replies

Create An Animated Character That Can Run Across The Screen?

Jan 19, 2011

I need to create an animated character that can run across the screen. The page(s) are HTML pages and are separate from the Flash file I want to create. The SWF would be used on a bunch of pages.

View 2 Replies

Create In CS5 Full Screen Button?

Feb 27, 2012

How to create in CS5 Full screen button? Example: [url].........I would like to have it for my photography portfolio.

View 6 Replies

Create Splash Screen In Flash CS4 And AIR?

Nov 21, 2009

I basically comed the web for an answer but found nothing.How would one be able to set a splash screen for an AIR application built in flash.

View 2 Replies

ActionScript 2.0 :: Create A Health Bar At The Top Of Screen

Nov 18, 2003

I am trying to create a health bar at the top of my game screen. I have gotten it to go down when the characters get hurt but no matter what i try i cant get the file to go to the next scene when health= 0.

View 10 Replies

Flex :: Create A Virtual(on Screen) Keyboard?

Dec 21, 2009

How can i create a virtual(on screen) keyboard in flex?

View 1 Replies

Actionscript 3.0 :: Using Flash To Create Screen Savers?

May 5, 2010

I was planning on using Flash CS4 and to create a few animated screen savers. The animations would be nothing more than cross-fades of still images. And, I'd need the final products to run on Windows and Mac OS.My question is: has anyone here done anything like this? I'm curious and wondering if anyone here knows of better methods etc

View 2 Replies

ActionScript 2.0 :: Create A Health Bar At The Top Of Game Screen?

Nov 18, 2003

I am trying to create a health bar at the top of my game screen. I have gotten it to go down when the characters get hurt but no matter what i try i cant get the file to go to the next scene when health= 0.

View 10 Replies

ActionScript 2.0 :: Any Way To Create Elastic Screen Transition?

Jun 13, 2004

I'm looking for an AS solution to creating an elastic screen transition. I want the screen to stretch and snap into position, before loading the contents any ideas on where to start?

View 5 Replies

ActionScript 3.0 :: Create Play Button On Screen That Dissappears?

Apr 25, 2009

I am trying to create a code to have a "play" button on the middle of the screen that disappears after clicking and at the same time have a play/pause/runtime toolbar on bottom that appears only oh hover. My video is in .swf and .flv and can be converted to whatever's necessary for FLash CS4. There is a downloadable file "example" on this board (http:url....)which accomplishes exactly what I'm searching for.I couldn't attach the example file to this message as Adobe blocks some of their own file types.(don't know why)I tried to embed my video into this code but have failed.

View 4 Replies

Resolution - Create A Flash File For Each Screen Size?

Nov 8, 2011

I created a swf file for one my clients using a screen size of 1024px x 768px (4:3 ratio), now my client wants to re-use the video in a bigger screen (TV) that still uses a 4:3 ratio but the screen size is considerably bigger (I do not have the exact size yet). Do I need to recreate the flash file using images that fit the new screen size, or the fact that they both use a 4:3 aspect ratio means that the image quality will not suffer?

View 1 Replies

ActionScript 2.0 :: Class - Create New Duplicates Of A Clip On The Screen

Jul 15, 2004

I currently have a class that has a method that creates new duplicates of a clip on the screen, changes some of their properties (such as color, and text display), and then arranges them in a straight column. Inside that method, I have some clipEvent Statements for each button.

[Code]...

View 4 Replies

ActionScript 2.0 :: Create A Preloader - Colour Will Move Across The Screen ?

Apr 9, 2006

I want to create a preloader that is essentially a block of colour moving across the whole stage (610 x 300 pixels) - i don't want it to show the percentage loaded, just the colour will move across the screen and obviously when it reaches the other end, that will indicate that it has loaded all the external swfs and goes onto play them....

View 2 Replies







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