Different Questions Concerning My First AS3-project
Hey Everybody
I am trying to create a "Showroom" with AS3. The start looked actually really promising. As You can see in the SWF in the zip, it's not tuned at all, but the functions that I wanted to implement so far worked. Then I started to screw around with customEvents and the outcome was disastrous. (don't have a swf for that unfortunately)
I attached my 4 classes I used (and the TweenLite Class by GreenSock) in the zip. Hope you can rebuild it easily with that. I had nothing in the fla-library, just add the Showroom.as as Doc-Class.
Those parts don't work: Automatic Realignment on resizing --> Products.as Line 46 Dispatch Event --> Product.as Lines 70-81 (Dispatching could work, but it's hard to check)
I have no idea if this is the right way to do something like that, therefore I would appreciate any help, thoughts, critics. Furthermore I am pretty new to OO and AS3, so if you have any suggestions how I can improve my code I'd appreciate any Input.
Thank you in advance Carlo
KirupaForum > Flash > ActionScript 3.0
Posted on: 08-07-2008, 12:02 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
A Questions About Creating A Project
Hello there,
Has been a ling time since my last visit, I have being learning a lot since then and therefore I would like to share some of my work with you guy, also I have quick questions and I am wondering if someone can give me a hand here.
Basically, I am looking to create a Flash project but I would like it to go full screen as soon as I launch it. Well kind of though. What I am looking for to do is to run the projector as a full presentation with a black or white background, but I need to keep the actual Flash presentation in its original size. Am I making any sense.
For those of you who would like to check out my work,
Please, feel more than welcome to visit my site at
www.nelsonhstudios.com
thanks a lot
A Questions About Creating A Project
Hello there,
Has been a ling time since my last visit, I have being learning a lot since then and therefore I would like to share some of my work with you guy, also I have quick questions and I am wondering if someone can give me a hand here.
Basically, I am looking to create a Flash project but I would like it to go full screen as soon as I launch it. Well kind of though. What I am looking for to do is to run the projector as a full presentation with a black or white background, but I need to keep the actual Flash presentation in its original size. Am I making any sense.
For those of you who would like to check out my work,
Please, feel more than welcome to visit my site at
www.nelsonhstudios.com
thanks a lot
Starting A New Project.....have Some Questions...
Hey,
I have been given a brief and have a few questions which i need some help on before i tell them whether its possible or not. If anyone can help with the following it'd be really cool and of great help to me:
1 - is it possible for flash to read variables from a text file across a local network?
2 - has anyone tried running a flash projector file, which calls in lots of swf's, on a mac under Boot Camp? does it have any downfalls?
3 - does anyone know in general about flash being used under windows XP on a mac via Boot Camp? Is it stable? I have looked for info on this but couldnt find a thing.
If anyone has any answers or guidance to the above questions it'd be great to hear from you.
Cheers in advance,
JB
A Few Project Management Questions
So i started building a site code-only. It's great, avoiding the timeline and other things i used to use a lot. However i have some issues.
1. My code now (with all the event listeners and such) has 20+ functions.. How do you manage your code? Alphabetic order? Randomly? Different layers? It takes me a few seconds each time i look for a function.
2. I decided to take some parts off the main swf and load them externally. Like the main menu that's based on a Tree component. It's nice that it's off the main swf cause it spares me the 50 extra lines of code, but it has some drawbacks, e.g that i need to embed fonts on both the SWFs cause embedded fonts on one cannot be accessed by the other.. How do you people work around those issues? Everything in one big fla?
i have some other questions too but those are good for starters :P
Questions On The Start Of A Project
if you would like to make a game in flash, a simple process that lets users log in from a website to their account. they answer quizes and their score is increased. if they log out, it is saved into a database.
would i be linking flash to ms access here, or would i need to use asp in flash, or can you create whole databases in flash, i know you can create variables and so on.
if anyone has any advice would be grateful
HELP With Project, Dreamweaver Questions.
Hello ALL,
I have a few general questions that most folks I have spoken to really didn't know so I figured i'd try a forum that deals specifically with these items.
I have been charged within my company to revamp one of our order forms. WE have VERY extensive order forms setup in Excel by other folks quite awhile ago. we Use a pricing system that takes a text file as an input (formatting matters) and prices our product (metal buildings). Basically we want to be able to get a text file out of our order form so we can input it directly into our pricing software. The second part is we need to have an official document that the customer signs as well. That needs to look differently and possibly we could run a report (crystal reports) on the text file output to get that how we wish. So its 2 fold.
I was told that we could use Dreamweaver to create some HTML (or other???) layout screens for use with our order form. It would have to be somewhat dynamic and be able to change what options are chosen depending on other answers in the order form.
WE also need to accomplish the task of it working on most PC's. thus HTML can be read by most every PC.
WE need it to almost look like a registration type form that you might fill in to post on a website sort of. But it will be a stand alone program operating on our customers PC's.
ANY input is welcome and if this should possibly be looked at as a VB or other project and not HTML related please let me know. Rather new to all this.
Thanks and please ask any questions I was not clear on.
Project About A Serires Of Questions That Connects With XML And DATABASE....
hi,
listen my client wants to put a series of questions with limited time to every question and he wants to put a "reaction time" to every question....
well this part is easy i have done that...
BUT
he also wants me to send this data to a DATABASE that will analyze and spread the data as XML.... i hope this makes sense....
is this possible?
does anyone have any ideas of how to go about this?
i will really like to hear ideas about this....
thanks ahead....
Project About A Serires Of Questions That Connects With XML And DATABASE....
hi,
listen my client wants to put a series of questions with limited time to every question and he wants to put a "reaction time" to every question....
well this part is easy i have done that...
BUT
he also wants me to send this data to a DATABASE that will analyze and spread the data as XML.... i hope this makes sense....
is this possible?
does anyone have any ideas of how to go about this?
i will really like to hear ideas about this....
thanks ahead....
Parsing RSS From Multiple Feeds, A Few Questions For A Big Project
I'm creating an RSS parser based off of some code I have seen online, and am writing a new RSS parser based off of it.
The RSS parser that was online was for YouTube, and it worked fine, but when I wanted to add multiple feeds to it, it just went to hell.
So I am having some problems, and hopefully some of you can help me with them.
This is my code thus far:
Main File: RSS
Code:
package
{
import flash.display.Sprite;
import flash.display.Shape;
import flash.display.SimpleButton;
import flash.text.*;
import flash.events.*;
import flash.net.*;
import flash.accessibility.Accessibility;
import ui.*;
public class RSS extends Sprite
{
private var _input_URL : String;
private var _GetFeed : GetFeed;
private var urlInput : TextField;
private var urlArray : Array = new Array();
public function RSS()
{
// Draw Submit Button
var simpleButton : SimpleButton = new SimpleButton();
var submitButtonUp : Shape = new Shape();
submitButtonUp.graphics.lineStyle(1, 0xFFFFFF, 1);
submitButtonUp.graphics.beginFill(0x000066, .5)
submitButtonUp.graphics.drawRoundRect(400, 50, 100, 15, 10);
submitButtonUp.graphics.endFill();
simpleButton.upState = submitButtonUp;
var submitButtonOver : Shape = new Shape();
submitButtonOver.graphics.lineStyle(1, 0xFFFFFF, 1);
submitButtonOver.graphics.beginFill(0x2222AA, .5)
submitButtonOver.graphics.drawRoundRect(400, 50, 100, 15, 10);
submitButtonOver.graphics.endFill();
simpleButton.overState = submitButtonOver;
var submitButtonDown : Shape = new Shape();
submitButtonDown.graphics.lineStyle(1, 0xFFFFFF, 1);
submitButtonDown.graphics.beginFill(0xAAAAFF, .5)
submitButtonDown.graphics.drawRoundRect(400, 50, 100, 15, 10);
submitButtonDown.graphics.endFill();
simpleButton.downState = submitButtonDown;
simpleButton.hitTestState = submitButtonUp;
simpleButton.addEventListener(MouseEvent.CLICK, onMouseClick)
addChild(simpleButton);
// Text to notify the user to type in the URL feed in the text input box
var urlInputLogo : TextField = new TextField();
urlInputLogo.x = 400;
urlInputLogo.y = 0;
urlInputLogo.width = 250;
urlInputLogo.height = 20;
urlInputLogo.text = "Type Feed URLS Here";
addChild(urlInputLogo);
// Text formatting
var urlInputStyle : TextFormat = new TextFormat();
urlInputStyle.font = "Verdana"
urlInputStyle.size = 6;
urlInputStyle.bold = true;
urlInputStyle.color = 0x0000AA;
// User types in the URLs they have the RSS feeds to be read
urlInput = new TextField();
urlInput.type = TextFieldType.INPUT;
urlInput.border = true;
urlInput.background = true;
urlInput.x = 400;
urlInput.y = 20;
urlInput.width = 200;
urlInput.height = 13;
urlInput.defaultTextFormat = urlInputStyle;
urlInput.addEventListener(KeyboardEvent.KEY_UP, onurlInput);
urlInput.text = "";
addChild(urlInput);
} // End RSS()
private function onurlInput(e:KeyboardEvent) : void
{
// If Enter Key Is Pressed
if(e.keyCode == 13)
{
// Push the URL typed into the Array that holds the URLS
urlArray.push(urlInput.getLineText(0));
// Clear the text field to accept more data from user
urlInput.replaceText(0,512,"");
// TO DO:
// Display the typed in URLS on the side of the screen so that
// the user can check if they typed in the URL correctly before
// submitting it. Also provide a "Clear" button to erase all the URLS
}
}
private function onMouseClick(e:MouseEvent) : void
{
// Passing the Array of URLS to the GetFeed class
_GetFeed : new GetFeed(urlArray);
}
} // End Class
} // End Package
GetFeed Class File
Code:
package ui
{
import flash.display.Sprite;
import flash.net.*;
import ui.*;
import flash.display.Loader;
import flash.text.TextField;
import flash.events.Event;
import flash.events.EventDispatcher;
// Create Class For XML
public class GetFeed extends EventDispatcher
{
// Variables
private var isProfile : Boolean;
private var isImages : Boolean;
private var isVideos : Boolean;
private var xmlLoader : URLLoader
private var xmlData : Array = new Array();
private var _url : String;
//
public function GetFeed(urlArray : Array)
{
// TO DO:
// Cycle Through Each URL Using the Array
xmlLoader = new URLLoader( new URLRequest(urlArray[0]));
xmlLoader.addEventListener(Event.COMPLETE, onxmlLoaderComplete);
} // End GetFeed()
private function onxmlLoaderComplete(e:Event):void
{
for each(var i : XML in new XML(e.target.data))
{
// Store each XML data set in the xmlData array
xmlData.push(i);
removeEventListener(Event.COMPLETE, onxmlLoaderComplete);
}
} // End onxmlLoaderComplete()
} // End Class
} // End Package
The questions are:
What is the best way to handle multiple RSS feeds, and am I on the right track?
I wish to create thumbnails for all the feeds, and grab the thumbnail information from each feed, yet different websites have different ways of labeling a "thumbnail". For example, YouTube uses: <media:thumbnail>, Stickam uses: <small> (for a small picture, the thumbnail is even smaller), Jaiku uses: <jaiku:user nick="JMowery" first_name="James" last_name="Mowery" avatar="http://jaiku.com/image/1/avatar_82301_t.jpg" url="http://JMowery.jaiku.com" />.
It's just madness.
Yet somehow applications like Bloglines and Google Reader have no trouble taking in all kinds of feeds.
So, how do I go about handling multiple feeds from XML files that are more than likely different?
How do I go about finding the thumbnails for every individual item even if they are not formatted the same.
I want to in the end store all the XML data in a single array, and then pass the XML data into another class
which is to create the thumbnails and gather the images and descriptions and such.
So anyone have any tips/advice/help or anything that can help as to how to manage multiple feeds.
I want to in the end create the application so that the user can type in any RSS feed into a text box, and then submit it,
then the application goes and grabs that data and has it all there for easy access, think of it like a social community portal,
where everyone can get their friends RSS feeds and news and images and media and all that all in one spot.
I also need to somehow store all the data the user types in to have it saved so that when the user comes back at a later time, they can have access to their friends. I will probably just create a way to input a user name and then when the person types in their user name it will load the data somehow.
Any advice on learning how to store data on a server, and retrieve data on a server would be a great help for the future.
So yeah, I appreciate any help.
EDIT: BTW, I am sorry if my code is messy or makes all of you experts out there want to cry at how pathetic it is, hehe, I'm extremely new to all of this and this is a serious project at which I'm motivated on completing.
Project About A Serires Of Questions That Connects With XML And DATABASE....
hi,
listen my client wants to put a series of questions with limited time to every question and he wants to put a "reaction time" to every question....
well this part is easy i have done that...
BUT
he also wants me to send this data to a DATABASE that will analyze and spread the data as XML.... i hope this makes sense....
is this possible?
does anyone have any ideas of how to go about this?
i will really like to hear ideas about this....
thanks ahead....
[MX] Some Feasibility Questions Before I Start Hitting The Books For A New Project
I used to know actionscript reasonably well (just past the newbie stage), even had a rudimentary turn based game started when I got distracted by something shiny about a year ago.
Now I find a new application with a stronger drive to get it done. I am thinking I could make it pretty slick if I went with flash, but before I relearn all I have forgotten (almost everything), I would like to know if the following basics are feasible in flash.
Quick questions:
Can you place external .jpg images into a movieclip at set positions and then move and resize that 'parent' movieclip and have the .jpg images move and resize along with it?
Example: Lets say I have a 'canvas' movieclip, and I want to load an external jpg onto/into that movieclip object and another small image that is maybe pointing to somebodies head (a known x,y location on the canvas movieclip or on the jpg). Can I then take the parent 'canvas' movie clip and zoom in on it (resize it) with the arrow object still pointing to the same place, and both the arrow and the jpg resizing with the canvas object?
Every time I zoom or pan the canvas, I COULD recalculate the size and position of every single object on the canvas, but that would be a lot more diffucult than if I could just place things relative to the canvas and then when I resize that, everything stays proportional and positioned. I just don't know if movieclips can work that way.
I am stumbling over terminology here, hopefully somebody can understand me and let me know if it is feasible.
First Post And First Time Flash User. Questions On Current Project
Hi all, this being my first post, I'd just like to give a big hi to everyone here.
Anyways, on to business...
I've been meaning to get into Flash a long time ago since it seemed like the next logical step for me to move towards. It never really happened though and other than a 45-minute crash course into Flash, I've never used the program until 2 days ago for a current project I'm working on.
So obviously, I have MILLIONS of questions.
First off, here is the project I've been working on:
http://www.spikedproductions.com/pj/flash/main_page.swf
http://www.spikedproductions.com/pj/...main_15_mx.fla
It's a somewhat converted HTML page into a Flash interface.
OK, first off, I have TONS of layers. I'm doing this to be safe, but I'd like to know if I've created just a horrid mess or if this is the way to go.
I have a general idea of the way the timeline works since I've done other timeline-ish work in the past. My major concern is that I'm doing this correctly. Sure I can get it to work, but I don't want to be picking up habits that are going to bite me the in ass later on.
One of my main issues is looping. I have a good idea how to loop one thing, but how can I loop one thing within another loop.
I've seen it done before but I'll be damned if I can remember how to set the click-able area for buttons, specifically text. Does anyone have the answer for this?
And lastly, if you've taken a look at the files I've sent you, it's only one page. What are my options for linking pages together? When would it be best to have a site all be one .swf file and when would it be best for each page to be separate .swf's?
Thanks everyone, I hope to hear from lots of ya!
Copy Pasting A Project Into A Keyframe Of Another Project
This is what I want to do,
Here's the project that I'd like to incorporate into my own site,
And this is the timeline for my site, I want the above to work in the Chronicle keyframe,
I don't know if it's possible to copy paste the project into that keyframe, or how can I do this? I downloaded a free flash book that opens up and shows a certain text, and I want to incorporate it into a page on my site, that's it in a nutshell.
Any help would be tremendously appreciated.
Copy Pasting A Project Into A Keyframe Of Another Project
This is what I want to do,
Here's the project that I'd like to incorporate into my own site,
And this is the timeline for my site, I want the above to work in the Chronicle keyframe,
I don't know if it's possible to copy paste the project into that keyframe, or how can I do this? I downloaded a free flash book that opens up and shows a certain text, and I want to incorporate it into a page on my site, that's it in a nutshell.
Any help would be tremendously appreciated.
ActionScript Project On Flex Project
What is advantage of ActionScript project on Flex Project ?
In Flex project usage of components are easy. But in AS3 project I find very difficult to create classes for these components
Project Insight (The Ban Map Project)
I really like the style of the map on "The Ban Mapping Project".
http://www.thebanmappingproject.com/atlas/index.html
http://www.thebanmappingproject.com/atlas/base.swf
I like the way that when you click on something, regardless of the coordinates that you are currently at, it re-focuses on the new coordinates, whether it has to zoom in, or just slide. I REALLY need to learn how to reproduce that effect, just that effect... for a project that I need to do. Does anybody have any idea of where I can find tutorials that explain similar effects? Or... Could anybody explain that effect himself/herself?
My deepest gratitude,
Nathalia
Insight On Project (The Ban Map Project)
I really like the style of the map on "The Ban Mapping Project".
http://www.thebanmappingproject.com/atlas/index.html
http://www.thebanmappingproject.com/atlas/base.swf
I like the way that when you click on something, regardless of the coordinates that you are currently at, it re-focuses on the new coordinates, whether it has to zoom in, or just slide. I REALLY need to learn how to reproduce that effect, just that effect... for a project that I need to do. Does anybody have any idea of where I can find tutorials that explain similar effects? Or... Could anybody explain that effect himself/herself?
My deepest gratitude,
Nathalia
XML Quiz - Randomizing Questions & Level Of Difficulty Questions
Hi Folks,
I've been tasked to do a quiz in XML with a few caveats and I need some help.
The quiz needs to pull randomized questions from the XML file and also I need to have this sort from 3 levels of difficulty. For example, a user would possibly get fed 3 easy 3 medium or 4 hard questions.
My XML is set up as follows:
<QUIZ>
<QUESTION TEXT="Harry Markowitz won the Nobel Prize in Economics for a paper on portfolio diversification that he wrote while..." ANSWER="2">
<CHOICE>A. on the faculty at Columbia</CHOICE>
<CHOICE>B. a grad student at Chicago</CHOICE>
<CHOICE>C. a janitor at MIT</CHOICE>
<CHOICE>D. a patent clerk in Hamburg</CHOICE>
</QUESTION>
</QUIZ>
These questions are being stored in an array called questionsArray. So I guess all I need to do is call these from the array @ random, but the level thing is really kickin' my butt. Im just kind of lost on this one and I was hoping for some insight all the way around on this. For some reason XML in Flash scares me. It always ends up being nightmare. Someone please wake me up from the nightmare:-
Thanks,
Michael
Few Questions Projector Questions
I'm making a projector file for use on a CD, and have a few questions--
I'd like to make an exit button that closes the projector-Possible? If so, basic way to do it?
I'd also like to run a bat file on exit (if the whole exit/close thing is possible that is), and know that the fscommand exec has to be used, but can you have an "do this and then close the projector" sort of command on a button?
Last thing-Right now it says Flash Projector at the top of the window-Can this be changed with some autoscript, and if so, how?
I've gone through the tuts (or most of them) and can't find answers to this stuff, so any help would be appreciated--
3 Sound Questions; 2 Other Questions
1.Okay, say you're using an event sound, and you want it to fade out after it reaches a certain point or if you press a button. How do you do it?
The thing that I'm going for is using an event sound that plays as you read text. You can press a button to continue reading the text. I also want the song to loop a couple times, just incase it takes the reader a while to read it all. Then, when you press the last button, the music fades out. How do you do that? I would just make the music cut off, but that would be too choppy.
2. How do you cut out a part of the song? For example: You want the long intro cut out, and the main chorus to play.
(note I have a Mac)
3. I have heard you can convert wav files to MP3 files by using a CD ripper. I used a CD ripper, but it wouldn't import the .wav file. I found other files, but they're either for Window users or shareware. Does anybody have a link to a Mac CD ripper that can convert them that's freeware, or do I just have to pay?
(non-sound questions)
4. I go to a website where they allow you to submit flash cartoons you have made in .SWF format. However, there is no download sign. How do I download it? I have been told how, but it was by a Windows user, and he told me of different options. How do I download it?
5. I'm just curious, but is it possible to import another person's .swf file? I'm just wondering, because one guy said "The sound effects I used were ripped from someone else's flash file".
Thanx for your time.
Questions Question Questions :)
I just have tons of questions :P ... learning is a good acivaty... ok to the question i have... How could one make a gradient move... i want it to follow a object that passes by... i want to do it in code... i have been assumeing that a heavily coded flash site is smaller than a site with more tweens... is that right? i can work in flash but i'm foggy on the details of the program... i have many more questions and need answers...
What is wanted:
I want to create shapes, such as triangles and squares, that are actually made up of small (maybe 5X5 pixel) squares which will make up a "pseudo" gradient mesh (to save on processor load). The end result is to create shapes that simulate light reflecting off a 3D shape and have that light source respond to the mouse cursor.
So imagine a red triangle with the light source being the mouse (or an mc), as the mouse moves, the small squares of different lightness move to simulate the reflection.
Perhaps there is an easier scripted way to do this, that kooky subQuark suggested this wording!
Any help would be appreciated.
thanks ... laters Jimmysomebob
Please Help Big Project
Im currently working on a really huge multimedia project for one of my compaines and Illustrator 10 is the program im using to for my images that need added into the project. Im having a hell of a time importing and getting ill 10 to work with flash MX any help would be great. The images are of excellant quality.
Thanx
Chris
Help With A Project Please
I know this is probably simple
but i am needing some help .
I have a fla i am working on that i have a category of buttons on the left and i am setting it up so when ya click on the category's on the left a breakdown of the boats are shown to the right of it.i have a forward and backward button at the bottom that i would like to scroll to the next boat in say the big boats category but not go out of the big boats .here is the flai am working on i downloaded from here.
Thanks
you can email me here
gettyspm@nswccd.navy.mil
Is This Possible? - Project
Hey guys, whats happening? My teacher wants to know if i can help make a project in flash for the school website.
Project:
It is going to be a calendar that you can click on a date and it will go to that day and display periods 1 - 6. If the period is available to use the computer lab the word 'available' will be displayed and if its taken, the slot will display the username that reserved it. When u click on 'available' to reserve it, a login box pops up to input your user name and pw to reserve it(They already have the login box and code scripted). Then if the period is reserved the word 'cancel' is displayed next to it and if u click on that, again it prompts u for your username and pw and if entered correctly it will go back to 'available'. If your following me pleeeeeease let me know what i will need to expect to know, so i can study up and freshin myself on it. Thank you very much - Jeff
First Cd-rom Project
hi everybody!
I was wondering if there is any chance I could find a whole cd-rom template on the web..I actually found one in the movies section of FK...but couldn't get the password from the developper (site is offline)
I'm planning to work at a presentation cd-rom..just the "classic" stuff...interactive interface (nothing different from a website actually..if not the weight..), no software to deal with, lots of pics and music...maybe a few videos..
I wouldn't like to start from scratch...'cause I'm sure I'd find myself struggling an chokin' in problems I'm not ready to consider..and solve mostly...
thanks for your help...
Help Me In My Project
Hi, I m trying to make projector for a software collection CD.
and my problems are:
1)how can i refer a link to a folder, and az clicked the folder
opens.
2)how can i run a setup file(*.exe) so that it continues to installs
the program. I tried to use the "getUrl" action but when you click
the link which refers to the exe file, a window opens and
tells: "you are downloading the file: *.exe, would you like to open
the file or save it?"
Thanks in advice
Help Me In My Project
Hi, I m trying to make projector for a software collection CD.
and my problems are:
1)how can i refer a link to a folder, and az clicked the folder
opens.
2)how can i run a setup file(*.exe) so that it continues to installs
the program. I tried to use the "getUrl" action but when you click
the link which refers to the exe file, a window opens and
tells: "you are downloading the file: *.exe, would you like to open
the file or save it?"
Thanks in advice
Help Me In My Project
Hi, I m trying to make projector for a software collection CD.
and my problems are:
1)how can i refer a link to a folder, and az clicked the folder
opens.
2)how can i run a setup file(*.exe) so that it continues to installs
the program. I tried to use the "getUrl" action but when you click
the link which refers to the exe file, a window opens and
tells: "you are downloading the file: *.exe, would you like to open
the file or save it?"
Thanks in advice
Big Project
really big project. I'm making an anaglyph page, and I want to have a flash mx generator. Of course one that would make anaglyphs. But I would need lots of help. Can anyone help me with my long journey?
Next Project
So I just completed one flash project. I've found that I learn only when i'm actively working on something. I know animation and basic actionscript. What are your suggestions on my next project?
Uni Project
ok iv got a 4 page flash site to do for mon, im learning as i go here! im having real problems with buttons. i want an onclick animation, as the site is marked on useability and that is a good feature. actionscript is not the easiest thing to dive straight into, how can i have several pages within a site? do i insert new scenes, or place a new page further up the timeline with commands for the buttons to go to certain frames? also, how can i have a small sound clip to play when a button is clicked or rolled over?
any help would be VERY appreciated
Big Project - Need Immediate Help PLEASE
I've been working on a layout for a very large project I've created in Flash 5. I'm having some serious problems making actionscript work in each scene.
I have 5 main root level scenes and aprox. 10-20 little scenes inside them. In each of these little scenes, I have numerous animation tweens. I would like to replace my tweens with actionscript so it takes up less space and the animation is smooth. I was told by friends that this layout would work but it does not - it's very complex. I want to use x&y properties to have elements fly across the screen and drag and drop actions for a multiple choice layout - basic actionscript.
Please help! What I need to know is - Must I break down each of these root level scenes into separate projects? Please take a moment to think about what I should do. I've spent months laying this out so I don't want to quit... What woud you suggest?
I cannot send you my FLA cuz it's 14mgs ...Your help will be much appreciated! This project is not for the web - it's a DVD for release in exhibits.
Your thanks will be in big lights if I can get this off the ground!
C.
Project Help
Hey, i am trying to look for a simple interfaces that i could use for a project at school... I need to make a presentation and explain how 3-4 things work so i will need an interface wit about 4 pages, except i can't find one on here that would be right unless someone else has seen one that i haven't. I would really want to make this presentation look pro but i have a really hard time designing interfaces because i have NO IDEA where to start and i am not the greatest at it either.. If anyone can help me out it would be greatly appreciated.. Thanks
Help On Project
OK, this is my first post. So be gentle.
Im not sure as yet what the best way to use this forum.
Basically Ive got a project idea. I have some basic knowledge of Flash, mainly in the timeline based animation. However Im gunna need pointing in the right direction on some of my ideas. So If I tell you guys, do you then post replies on what I should do?
Am I in the right section?
Is this the right way to go about things?
Cheers all
Anyone Looking For A Project?
I'm buying a company that may need a flash tour done in the next few months. I've done flash myself, and even created a tour similar to what I'd be looking for...but alas, I don't have the patience for this type of project.
Here's a link to the tour that I did a few years back...nothing spectacular, but it got the job done:
http://www.eznettools.net/ToolsTour/index.html
If any of you are interested, email me at jason@accelerabusiness.com
Note: I'm not sure if this is the right forum for this type of question...I hope so
Thanks,
Jason
My Project
this is what i plan to do.
please help all you can:
Will Include:
Web Browser – with Favourites
MSN Messenger Link
All the latest from my website from an external swf
Tetris
Links to http://forum.hobohaven.co.uk and others
News and weather feed for the UK
PLEASE HELP!
Grapes
Project Due Help
I have a movieclip with the following script:
on (rollOver) {
gotoAndPlay(2);
}
on (rollOut) {
gotoAndPlay(8);
}
basically when you move your mouse over, an animation takes place and when you take mouse off, it goes back to the original button.
Now how do I make a movie clip goto another frame on button click ? I tried adding to this script, but then the button animation won't work until I actually click it, then it goes to the frame and button animation takes place.
Help With Project...
hi,
im fairly new to this site, and although iv been on and off flash for about 1 and a half years, im still not very good!
however iv got to the point with it where i can see the potential in it, and i want to learn more.
now, i recently learned on this board how to make a symbol move around the screen based on you pushing the arrow keys.
id like to use this concept and expand it a bit, so when the user moves the symbol [for example] to another symbol, that symbol plays a little movie clip.. is this possible? [im sure it is..some how!]
if it is, can anyone lend a hand with my sorting it out?
thanks alot for any help
Jonny
Help With A Project
Im looking at doing a project using a flat image of the world i want the user to be able to select a certian place and then be taken to the approiate place in the web site. Also becuase the people who will be updating the website arent very fimilar with flash i want to make it as easy as possible for them to add new places via a text file or some other means. Any suggestions would be greatly appericated. Does this sounds do able? basically i was thinking of breaking up the world image in to blocks and replaceing them with a hotspot where needed. When the movies loads it would read the text file which would have the corodinates of the selectable images, name of place and URL to be redirected to upon selecting and would load these into the movie. this way its only a simple change for the web people to add or remove places. I would really appericate any tips you might have.
Thanks
Brad
Help With Project
Hello:
My name is Christian, I live in West Hollywood CA.
I am working on creating a flash page to take some user information in and send it to a server. The data will be imported into another program, (called Calyx Point) so it will need to be formatted to properly correlate to the destination program.
I am looking for someone to help on the project. I am willing to pay for guidance and someone to check my work. The pay is negotiable.
I am fairly new to LoadVars et. al. And have done most of the initial work of setting up the static and input text boxes.
I am hoping to learn from this so if this sounds like something you would like to do please email me at ChristianLawrence@sbcglobal.net and hopefully we can talk more about it and i will send you what i have so far.
Thank You.
Christian
A-z Project
Ok, well im doing thi sthing and I gotta have a page for every letter of the alphabet..
a-z
yah so anyways, what I need to know how to do is
1) have a menu on every page of the flash, Slide i mean,
2) make clickable slides
3) make snapshots of videos that when clicked play,
4) incorporate sound,
hwo would I do this plkge, do you have example flas of this or somethign that you can get ni like two seconds and send me please, i just need a root to see how its done and i can build on from it. please and thanks you guys rock
PHP Or XML For This Project?
Hey all
ok im want to make a news bar kinda of thing in flash
what would be best to use?
XML or PHP, want i want to happen is the client inputs a value, that displays in the flash moive on there home page, but i want the user to be able to change the value from there site, so they dnt need flash or any thingy, so they can just enter news, i dnt know which is easyer
i have been looking around for php and making a php input box, which send to a varaible, then to the flash, movie but ahvnt found anything yet, and ive been lookin for a week, so now im looking at XML but have no idea about it XML
so what would be best for this project?
PHP, XML or a flash movie on a differnt page(like an admin page) that would change the value of the flash movie on the home page(if that is possible)
cheers in advance
softz
My First Project
Hi, I am looking for some advice on how to complete a project I am undertaking. I havent used Flash for a while and have never tried something on this level.
Here is an outline of how I am doing:
The project will be an interactive website that will allow people to customise and order furniture for their DJing equipment – turntables, records, amplifier, CD player etc – to be used in peoples’ homes.
Users will be able to create a (fully) customised item by adding their own measurements and requirements or they will be able to customise an existing design or alternatively just pick a standard design and customise the aesthetics of the item.
Features that will be customisable include:
- Number of turntables (if the user does not know the size they can select the make and model which will calculate the size needed) & type of mixer
- Height
- Optional brackets for CDJs
- Number of shelves (how much vinyl/CDs would the user like to store)
- Type of shelves (will they all be holding vinyl or will stereo equipment being stored)
- Concealment of wires/built in plug sockets
- Type of material used (ranging from low-cost (MDF) to high grade wood like mahogany etc)
- Insulation
Once the user has made their selections they will be given a quote and then the chance to readjust their product or place an order with the company. The interface will display outlines of their item as they make their selections as it is being ‘built’ and will then be rendered at the end for them to inspect.
Is this a big task?
There wont be any need for a secure connect as the data will just be emailed to the company.
It can be as simple as possible but the more features I can implement the better.
Any feedback would be much appreciated.
Thanks.
New Project
Hello everyone,
I am working on this new web site,this client has already an old web site and i decided to redo it.
I am still working on it and would like to know what do you guys think about it .
www.cocolicchio.com/elio/home1.html
Thanks for any suggestion.
Christian
Help With A Project
OK this might be hard to understand so I will try to explain it well, I want to make a kind of online multi player RPG Tool flash that has a few features. I want the flash to have the ability to have many users on at one time and be able to have a chat like window. I want a function that you can enter what kind of dice you want to roll and how many dice and it outputs the rolls in to the chat window. I would like the ability to upload a map image and have markers that you can move on a grid (like on an RPG Matt). If I can do all this with only using action script it would make me real happy but I believe it might need a bit of PHP. If you could point me in the right way I would be grateful.
Project
hi guys,
really need some help here.
could someone give me a quick brief as to how i should approach my project?
i am making a website where i use coldfusion as the server side language. in flash i need make a registration process, where users details are sent to a database and stored. i think i know how to send variables to the database. however, i also need a part which would require:
a) sending a list of variables from a database, using CF, into flash and
b) having the users select these a number of these variables as part of the registration process, and sending them back to the database with their other data.
any ideas of how to do this?
please let me know if i need to explain this better and i will.
Thankyou,
Felicity
Help With My Little Project
Hi, I havent used Flash for many moons and have to make a little Flash 'app'.
I'm not really sure how to go about it.
This is my 'storyboard' so to speak, in text outline:
Quote:
Screen 01:
- make selection: fat loss/increase lean mass/bulk [three options for user to choose from]
Screen 02:
- enter details: height/weight/age/sex [text box form for entery of data]
Screen 03:
- routines: suitable routines are displayed according to goals:
- beg: full body x 3
- int: 3 day split
- adv: 5 day split
- cv: HIIT/Solidstate/times
[text display of information - maybe with video or still images]
Screen 04:
- macro requirements are displayed accoring to stats pro/fat/carbsetc
[text display of information - maybe some graphics]
Screen 05:
- sample diets according to goals - bulk/maintain/cut
list of food groups: protein/carbs/fats
macro content of each food type per 100g
make printable
[text with formating that can be printed]
Screen 06:
- supplements:
nutritional: whey/carbs
fat-loss: ECA/Lipo/Clen
performance: CEE/Natural Test enh/etc
[text and images - maybe with links to websites]
Screen 07:
- steroids: PH/AAS/GH/PCT/Legality
[text and images - maybe with links to websites]
Screen 08:
- progress charts: 12 week charts/recording lifts/starting weights - make standard Excel sheet with formulas
[text with buttons to click to print out or open Excel files
That is my intial idea of the walkthough of the Flash file.
I wouldnt mind a cookie system or something so that when a user returns they can go back they wont have to reneter details.
It can be distributed via either CD-Rom or the web.
Anyone got any pointers as to whether this would be somehting a novice could complete in a couple of weeks? Its not a comercial product, just a personal peice?
Or useful tutorials reguarding navigation, printing excel files or cookes/user registration?
Many thanks.
Help With Project
I need help creating an effect, attached is the pdf file of what is suppose to happen. the picture frame is suppose to move across the screen. and when it moves over each person that picture comes into color, and zooms in. as you can see when switching pages in the pdf. this happens on its own, with a delay of about 5 seconds per person before moving over to the next one. but on mouse over i need the frame to snap to picture and effect to happen again. please help. I have all the photos and backgrounds created in photoshop. I am willing to pay for your time. thank you.
pdf is to big, if any interest please email nedbulmer@gmail.com
|