ActionScript 3.0 :: Creating Rounds In A Battle?
Mar 9, 2012
what would be the best way of creating rounds for a battle system? Say like with each attack a round goes by. rounds are not calculated at randomor player 1 hits player two = 1 round gone, now it's round two and so on until the player(s) hit points are all gone I'm using while loops for the record
View 3 Replies
Similar Posts:
Feb 24, 2010
The sprite which contains all element in my game world uses the real-world meter as distance unit, it doesn't know what pixels are. I then apply a scale to this sprite to make it appear correct on screen. Currently I use 1 meter = 100 pixels, so scale = 100.
If I try to draw a line inside this sprite it appears lineStyle(thinkness) rounds the thickness parameter. If I specify 0.5 (50 cm) it always gets drawn with 1 pixel (1 cm). If I specify 0.6, the line becomes 100 pixels, or 1 meter, thick. So basically I can only draw lines of 1, 100, 200 etc pixels thinkness.
Anything I can do about this? Otherwise I'll have to use a smaller unit like millimeters for my world.
View 1 Replies
Mar 28, 2009
well i was wonder how this could be done in flash or if its even possible with sound from the library..have the intro part of the song play first then loop the actual music for the duration of the scene.
View 2 Replies
Sep 6, 2009
Basically I am making a Turn Based battle system. Each Frame is an attack. So for the enemy I did this:
(in scene Frame) attack = Math.round (Math.random ()*2)+0;
so it would randomly attack
then I also put in this in an object INSIDE my enemy clip
onClipEvent(enterFrame){
onClipEvent(enterFrame){
if (_root.attack == 1 || _root.attack == 2){
[Code].....
you see what ive tried to do here havent you?
why isnt it working? it plays, the random value thing works(used dynamic text box to check this) so what am i missing? (using AS2)
View 17 Replies
May 13, 2009
creating a car configurator such as in the following link. [URL] I would imagine users would be able to choose:style/model of car
car colour
wheel type
upholstry
special features
Is there any kind of software out there that would allow this to be created or would I have to start from scratch in Flash?
View 1 Replies
Jul 24, 2009
What is the best software for creating a cbt that you can actually post on a website in flash
View 3 Replies
May 15, 2009
So I'm using Adobe Flash CS4 and I'm trying to create a pop-up window with an enclosed .swf file (not a link). I want the pop up to have my gallery/portfolio artwork but all the code that I try doesnt work.
View 11 Replies
Aug 25, 2009
I have a file .fla and some other files like .as(I think they are actionScript classes dependent of the fla). But I am trying to create the swf with adobe flash. So I open the fla and I do: File - export movie but the resultant swf file is less size than the original swf file because I think it is not including the dependent *.as files.
View 2 Replies
Feb 26, 2009
I am wondering about how to create Apple Maccintosh DOC in Adobe Flash.It should work same as it work in Mac (like SLIDING and GROWING movement on mouse over).
View 2 Replies
Feb 27, 2009
I am working with flash 6 with a map that is already made.
1. find a layer with a name "LINKS".
2. Press F9.
3. The window "Actions" will open.In it a window you will see the following code.
4. In it a code you can change links for any state.
//Washington
_root.map.state1.onPress=function(){
this.gotoAndStop(10);
getURL("http://www.yourdomen.com/yourpage.html");
Easy enough except for the fact that there is no layer named links. All the layers are numbered. I can't get a response from the company.
View 1 Replies
May 5, 2009
I've got a DVD style project where I need to be able link to files such as PDFs, JPGs and WMVs giving the user the ability to save these to their local drive.
I'm creating it with CS4 but the Filereference.save doesn't work as it needs a HTTP or HTTPS address.
View 5 Replies
Jul 14, 2009
I am trying to create a new swf with AIR and Flash CS3. All I want to do is push a button and have a new swf saved to the desktop with a line of actionscript in it. The actionscript can be anything stop(); - for instance.I have been messing around with ByteArray and I can save an image to a swf but I can't find any information on what I want to do.
View 2 Replies
Mar 11, 2010
I'm creating a AIR project inside Flash CS4.I've seen that AIR support iframes, I could I create one from my flash?
View 1 Replies
May 16, 2011
am creating an exe in flash using cs3.my exe running in html file it shows error msg if i click ok it will run how can i invisible the warnings
View 1 Replies
Mar 22, 2009
And I am creating a box game where the user has to avoid the boxes but i want to put lives on so when the user moves over the box one of the lives goes down.
View 8 Replies
May 15, 2009
I am creating traffic lights, but I'm new to flash. I have a timer that ticks 6 times. However, I want to make the timer refresh after 6, and on each tick, a different traffic light shows.So far I have this:
var myTimer:Timer = new Timer(2000,6);
var counter:Number = 0;
myTimer.start();
[code]....
View 3 Replies
May 26, 2009
I am trying to generate a list of links via xml using as3. I have created a movie linkHolder and a text field called linkText.
I then add link text to linkHolder and add linkHolder to the stage. I have an eventListener attached to linkHOlder which calls a function and when I roll over the links it activates the function correctly.
How do I give a unique id or reference to each button so that I can pull up the correct link associated with it?
Here's some of my code:
Code:
function createVideoLinks():void{
for (var i:int=0; i<externalXML.videoClip.length();i++){
//build the arrays of link text and link destination
vidText[i]=externalXML.videoClip.vTitle[i];
[Code].....
View 4 Replies
Oct 13, 2009
creating a roll-over effect where he sprinkles dust from his fingers (As in, he actually moves his fingers and dust falls)?
View 1 Replies
Dec 13, 2009
I am on the last leg of finishing up a full flash site and all of a sudden out of nowhere I started getting this error when I try and test the movie.
"Error creating Flash movie file. Be sure the destination file is not locked or on a locked drive. Also, check that the file name is not too long."
Nothing actually changed in the flash file besides scripting when it started occurring. I went back and erased what I had done. Tried moving the frames to a new project, tried saving it as another file, saving it to the desktop instead of my external. Nothing works!! The strangest part is that it will work fine when I delete a couple text fields and then if I try and add something to the stage it will get the error again. Almost like I've hit some sort of limit.
View 1 Replies
Jan 6, 2010
I am trying to get each of the following pictures in my flash file to link to different webpages. I have tried a bunch of different things, and can't quite get it to work right. I have put different urls on the images, but when I click on them they all go to that first url.
View 1 Replies
Jan 27, 2010
Basically, as a part of my college assignment, I have to create a media jukebox in Flash. However, I have never actually used Flash before in my life, so I'm completely lost. create a jukebox or point me to a simple tutorial that shows how to make it.
I searched on Google but the best I found was this:[URL]. It looks simple but it requires some sort of extension which costs �70.I made a rough design of the jukebox in PowerPoint. I don't know whether or not I will be able to actually make something that looks like it though.
View 4 Replies
Apr 12, 2010
I am trying to create a flash program that will create a slideshow on the fly. I have a collection of music and images that I want to put in the show. The program will pick a piece to play randomly and the next image to show is also picked randomly. However, the speed at which the images will be shown in the show is decided by the tempo/speed/mood of the music at that moment. In one piece of music there will faster and slower movement, and the slide will fade in sooner if the music is faster and vice versa. The show will keep running until the program quits.
View 2 Replies
Apr 22, 2010
I'm trying to create a pull down menu. Not one that drops down when rolled over but one that drops down when clicked and stays down until an item is selected. Once an item is selected or the menu is clicked out of it retracks again.
My strategy is to create a movie clip for the initial menu that when clicked jumps to another movie clip where ther menu is extracted and houses movie clip buttons that hightlight when rolled over and when clicked redirect to another movie clip related to the button that was selected.
is this the proper way to do this? And second: can you offer some direction for the action script?
View 1 Replies
Jun 28, 2010
I try to do a gallery(not important right now) bar that expand when the mouse over it, and back to normal when the mouse get out. I used AS3. There is frame 1, 5 and 10, when 1 and 10 is the normal/small sized bar, and 5 is the big one. As you guessed, 1->5 and 5->10 connected in motion tween, and the layer goes as a loop. The problem is AS:Frame 1:
Actionscript Code:
stop();var up = false;rollingBack.addEventListener(MouseEvent.MOUSE_OVER,function(){ up = true;});rollingBack.addEventListener(MouseEvent.MOUSE_OUT,function(){ up =
[code]....
View 6 Replies
Oct 20, 2010
I'm trying to recreate an animation like this in Flash CS5. Is it possible to simply lock the push rod (red) to the rotating wheel (yellow) so that I don't have to go through frame by frame repositioning it?Is it possible to have the push rod slide through the slider tube automatically (Green) again so I don't have to reposition frame by frame.
View 2 Replies
Oct 29, 2010
Is it possible to input a text into textbox in php then it throws in .swf file and the .swf file can download it in desktop? What i mean to say is, is it possible to generate .swf consist of text and graphics came from php page? I saw a sample of that in Flash Vortex Website and some free flash banner generator that the user inputs a text in a textbox and the text together with the selected template background can download it's .swf file.
View 11 Replies
Jan 3, 2009
Does the set() function for dynamically creating variables have a substitute in AS3?
This is a generic example written in AS2:
View 4 Replies
Nov 6, 2008
I have a project that I Am working that requires that I export data collected throughout the file in to a .csv file so it cna be exported into a Database. It has to go to a CSV because the machine that the file will be running on is not connected to a network or internet connection and is a stand alone machine. We are collecting data for a research
project here at the University.
View 1 Replies
Apr 6, 2009
I am having trouble using the name of given button to determine my loader URL. If my button is called yerBasicButton_bt ... I would like it to utilize a reuseable function to dynamically determine and load a URL named yerBasicButton.swf. In this manner yerBasicButton2_bt would then load a movie named yerBasicButton2.swf, and so on. So the function looks at the instance name of the calling button to determine it's URL.
stop();
unit133bd3ba_bt.addEventListener(MouseEvent.CLICK, getUnitSWF);
function getUnitSWF (e:MouseEvent):void { var swfLoader:Loader = new Loader(); swfLoader.x = 25; swfLoader.y = 368; var swfURL:String = e.currentTarget-"_bt"+".swf" var swfURLReq:URLRequest = new URLRequest(swfURL); swfLoader.load(swfURLReq); this.addChildAt(swfLoader, 0);}
View 11 Replies
Apr 6, 2009
I'm looking to create a hyperlink outside of my flash website. Does anyone have the Actionscript 3.0 to code an instance of a button? or a better way to code this???
View 3 Replies