RE: Flash Q&A thread 2 ** checked everyday (Full Version)

All Forums >> [Gaming Community] >> [Legends and Lore] >> Artists of Legend >> Art Academy



Message


mathus the seconth -> RE: Flash Q&A thread 2 ** checked everyday (4/30/2006 22:15:23)

flsg, i mean that i want to make a flash site in geocities an i want to know if you can do that(im using pageBuilder to make the site)




ericabo123 -> RE: Flash Q&A thread 2 ** checked everyday (4/30/2006 22:32:38)

Im trying to make a world map using the goto tutorial thingy you wrote and heres what I get... klick. How would I make it so that I go to the inside of the city by touching it on the world map.




Zoltan -> RE: Flash Q&A thread 2 ** checked everyday (5/1/2006 2:02:01)

ericabo123, Just use a hitest. (the code below is very incomplete so you have to finish it yourself)

onClipEvent (enterFrame) {
if ( ()) {

}
}

mathus the seconth, if you want you could jsut imbed the .swf file into your html like I do for my games.


<html>
<head>
<title></title>
</head>

<!--
Used for embedding flash
-->

<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="x amount" height="x amount">
<param name="movie" value="">
<param name="quality" value="high">
<embed src="http://www.com/.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="x amount" height="x amount"></embed>
</object>
</body>
</html>

Just read through that and you should see the gaps.




flsg -> RE: Flash Q&A thread 2 ** checked everyday (5/1/2006 15:55:27)

Zoltan: why 2 ()?
quote:

if ( ()) {


mathus the seconth:you can upload by using the File Manager
plus, Zoltan you don't need to write the code yourself, in Flash, use file>publish




lil boi blue -> RE: Flash Q&A thread 2 ** checked everyday (5/1/2006 18:41:38)

i feel i should change flash Q&A to actionscript Q&A lol, you guys are like masters of AS through all the transfering of knowlegde and what not, good job, i feel so....lonely, either way i have finals comming up, im lucky to end school in may




Zoltan -> RE: Flash Q&A thread 2 ** checked everyday (5/1/2006 23:56:55)

Well if your feeling lonley blue.. Come help me! I can say, truthfully that im pretty bad at animation and I need to get some levels done for my shooter game. So if you want you could help out there.. flsg. Im not the expert coder and that was just how I do it. with the whole
if (this.hittest (_root.ect)) { gotandPlay(); type thing is what I do.. and I know that you can use publish as .html but nah besides I said I use that for my games... and yeah.




flsg -> RE: Flash Q&A thread 2 ** checked everyday (5/5/2006 20:30:45)

no post for 3 days? wow lol
no one has questions anymore[8D]
man...a multiuser server a a web hosting service cost soooo much...Plus I perhaps need a lawyer to write Privacy Policy and Terms & Conditions




mathus the seconth -> RE: Flash Q&A thread 2 ** checked everyday (5/8/2006 15:58:13)

alright, i came back to show nOObs like myself what actionscript can really do!

(the code was so long i was afraid to post it here; please note, i did not make the code it was made by the master of NG preloaders, Denvish!)

place this code on the first frame where there is nothing. it will make a COOL NG preloader




flsg -> RE: Flash Q&A thread 2 ** checked everyday (5/8/2006 16:34:57)

OMG, this is too long, and it's not very clear.
A good programmer always comment his code and use readable variables
anyway, the effect is cool




Swordhunter -> RE: Flash Q&A thread 2 ** checked everyday (5/8/2006 17:10:45)

I have a few questions about flash.

Im currently trying to use flash to create my comics, but Im having a few difficulties with it.

1. Is there some way I could make it so that the box is a set size and it wont change when I enlarge the page.
2. Also, is there some way to make fixed dimesions to it. Something like, making it like 350x700 and keeping it there while I draw?

Just wondering, if anyone could help, it would be most helpful. =)




mathus the seconth -> RE: Flash Q&A thread 2 ** checked everyday (5/8/2006 18:09:39)

for 1. i think there is a

Stage.scaleMode = "noScale";

function




Swordhunter -> RE: Flash Q&A thread 2 ** checked everyday (5/8/2006 18:10:42)

Where's the function located? I really know nothing about Flash except how to make a picture... =/ And thats easy...




somebody621 -> RE: Flash Q&A thread 2 ** checked everyday (5/8/2006 18:21:48)

On the _root frame, put that code. If you do not have the actionscript toolbox open, just go to windows>actions or something like that. Also, you can click on the book on the actions panel to get a meh explanation about the code. Stage.scaleMode = "noScale" basically makes it so that the swf file is unable to be resized when the html is resized. You can also change the settings while publishing it as an html. I hopes this helps. ^_^.




Swordhunter -> RE: Flash Q&A thread 2 ** checked everyday (5/8/2006 18:26:14)

Wheres the _root frame? =l Wow, this is confusing... What about changing its dimesions? Can I do that?




somebody621 -> RE: Flash Q&A thread 2 ** checked everyday (5/8/2006 20:00:52)

Oops... _root = main timeline(first timeline you see when you open flash) I meant first frame. We've all been nobbs before }=|




lil boi blue -> RE: Flash Q&A thread 2 ** checked everyday (5/8/2006 20:06:29)

they are talking about actionscript, but i have an answer that is not codes, personally codes confuse me too, you're not alone sword hunter

ok make the pic, go to file, in file scroll down to PUBLISH SETTINGS
go to HTML and there is a scroll down option saying "match movie", set it to "pixels" hit OK button

now go to file, go to publish preview, and go to defult, that is what people will see




Swordhunter -> RE: Flash Q&A thread 2 ** checked everyday (5/8/2006 20:18:22)

=D Thanks. It was confusing for a sec. I know nothing of action and all that jazz.




flsg -> RE: Flash Q&A thread 2 ** checked everyday (5/8/2006 20:48:05)

argh......too late...[&:]
Swordhunter: _root is the main movie, when you create a new .fla file, the first and the only frame you see is the first frame of _root




mathus the seconth -> RE: Flash Q&A thread 2 ** checked everyday (5/12/2006 21:04:42)

ok ive been studying particle systems. flsg's and lbb's inspired me to make a fire better than both of theris combined. it just so happens that i have been playing with the attatchMovie function lately. so i made the best particle-fire iv'e ever seen.

vote for the best one.

flame ver 1(this one is one movieclip which is duplicated 50 times and given random scale properties through actionscript)

flame ver 2(first particle effect)

flame ver 2.2(only 605 bytes!!!)

Other particle stuff:

volcano

waterfall

flash mx sources:

Flame 1

flame 2

flame 2.2

volcano

waterfall




somebody621 -> RE: Flash Q&A thread 2 ** checked everyday (5/13/2006 10:13:05)

Woah! That's no fair! Your flame is made in flash 8 -You can tell because it's blurred. Also, the last time I checked, smoke gets larger when it goes up. Fire does not. Good job anyway ^_^.

P.S: I challenge you to make my photon hoop! No using anyone elses. I only looked to get inspiration.




mathus the seconth -> RE: Flash Q&A thread 2 ** checked everyday (5/13/2006 12:37:15)

HA! i made it in flash MX. you have to know how to use the old random(number here) function to give it random properties

also the first one is made with frame by frame not actionscript. the only actionscript is used to scale it randomly

it is blurred either because your eyesight is 20 - 40 or the semi - transparent radial fill i gave it makes it look like that.




somebody621 -> RE: Flash Q&A thread 2 ** checked everyday (5/13/2006 12:46:12)

My eyesight is pretty good, thank you. It's the radial fill.The first one looks blurred though for some reason.
omg. The random function is depracated! don't use it!




mathus the seconth -> RE: Flash Q&A thread 2 ** checked everyday (5/13/2006 13:56:38)

what does that mean? ive been using it alot.

p.s. a 5-minute creation[:D]

http://denvish.net/ulf/1147537579_proton generator.swf




flsg -> RE: Flash Q&A thread 2 ** checked everyday (5/14/2006 11:13:23)

mathus the seconth: I agree with somebody
the random() function was used in Flash 4, and Macromedia says that it could be removed in the future
imagine that you used random() 100 times, and then in Flash 9 it got removed, you'll need to spend 4 hours to change that lol




mathus the seconth -> RE: Flash Q&A thread 2 ** checked everyday (5/14/2006 17:02:12)

well, i do not see any reason why it should be removed because if i use

num = Math.round (Math.random * 100)

if(num < 1){
num = 1
}


i have to use more typing than just simply saying

num = random (100) + 1




Page: <<   < prev  13 14 [15] 16 17   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition
0.15625