Teen Programmers Unite  
 

 

Return to forum top

flash 5.0 NEEEED HEEELP

Posted by xcode1988 [send private reply] at December 03, 2002, 01:20:45 PM

hi guy's y 'all know flash
i wanna know how in an onclipevent you can make a statment wich say that if something happend play a certain move or load a movie

Posted by regretfuldaydreamer [send private reply] at December 03, 2002, 01:26:22 PM

1) We don't all know flash.
2) Flash 5.0 Help will do
3) I don't know flash, but if its any sort of sscripting/programming language, which I presume it is because of thr onclip() thingy, Im presuming some kinda simple boolean and a if() statement is in order. Maybe Flash doesn;t work like that.

Posted by ItinitI [send private reply] at December 03, 2002, 03:08:29 PM

Eh, Flash is a animimation/graphic design type program, used quite a bit for web pages. I think it might have some type of programming language with it, or uses Cold Fusion.

Posted by regretfuldaydreamer [send private reply] at December 03, 2002, 04:35:50 PM

I'm 99.9% certain it has some form of scripting built into it.

Posted by Neumann [send private reply] at December 03, 2002, 04:44:58 PM

Yes. It's called ActionScript and it's a complete programming language.

Posted by ItinitI [send private reply] at December 03, 2002, 05:15:04 PM

Ah, okee. I thought I remember hearing something of it in TSS, but I wasn't sure if it just had Cold Fusion built in or what.

Posted by DragonWolf [send private reply] at December 05, 2002, 05:44:47 AM

I've only been using flash MX (Flash 5 with a few extras) for a couple of days now. I believe what your looking for is along the lines of,

onClipEvent(keyDown) {
if (Key.getCode() == Key.RIGHT) {
loadMovie("http://www.myurl.com/mymovie.swf")
}
}

Is that what your after? You can change keyDown to any other movieEvent.

Posted by PGuard [send private reply] at December 10, 2002, 11:32:20 AM

"Yes. It's called ActionScript and it's a complete programming language." As of the name "ActionScript" I think its a scripting language, _not_ a programming language. :P
PGuard

Posted by regretfuldaydreamer [send private reply] at December 10, 2002, 12:01:20 PM

"Scripting andd Programming languages are not mutually exclusive" - Someone here whom I can't remember.

Posted by Neumann [send private reply] at December 10, 2002, 12:02:36 PM

Scripted or interpreted are used for PROGRAMMING applications like compiled language does.

Hence, scripting languages ARE PROGRAMMING LANGUAGES.

You must be logged in to post messages and see which you have already read.

Log on
Username:
Password:
Save for later automatic logon

Register as a new user
 
Copyright TPU 2002. See the Credits and About TPU for more information.