Be a Supporter!

Basic

  • 414 Views
  • 5 Replies
New Topic Respond to this Topic
Guitarmy
Guitarmy
  • Member since: Jun. 30, 2004
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Basic 2004-08-12 06:12:21 Reply

I know how to use this program, but I'm not sure if that one matters at all for flash. C++ totally lost me. So my question is. Can Basic be integrrated into flash cartoons?

bumcheekcity
bumcheekcity
  • Member since: Jan. 19, 2003
  • Offline.
Forum Stats
Member
Level 27
Blank Slate
Response to Basic 2004-08-12 07:11:20 Reply

At 8/12/04 06:12 AM, Guitarmy wrote: I know how to use this program, but I'm not sure if that one matters at all for flash. C++ totally lost me. So my question is. Can Basic be integrrated into flash cartoons?

No, at least, not to my knowledge anyway. Flash has it's own Programming language, called Actionscript.

DroopyA
DroopyA
  • Member since: Dec. 10, 2002
  • Offline.
Forum Stats
Member
Level 19
Blank Slate
Response to Basic 2004-08-12 11:54:01 Reply

But wouldn't it be possible to use VBScript?

I can't be 100% sure on that, but I would assume since Flash is an internet based language, it would allow one to have the option to use Java and VBScript. VBScript is almost like Basic...


Request deletion
This went wrong.

BurstStudio
BurstStudio
  • Member since: Dec. 27, 2002
  • Offline.
Forum Stats
Member
Level 12
Programmer
Response to Basic 2004-08-12 12:06:01 Reply

You can use function calls to JavaScript and VBScript from Flash provided the functions are on the page the Flash is on. Either way, I suggest that you learn ActionScript. It can do A LOT more than people think.

binaryflow
binaryflow
  • Member since: Jul. 23, 2003
  • Offline.
Forum Stats
Member
Level 08
Programmer
Response to Basic 2004-08-12 13:21:42 Reply

At 8/12/04 12:06 PM, _Burst_ wrote: You can use function calls to JavaScript and VBScript from Flash provided the functions are on the page the Flash is on. Either way, I suggest that you learn ActionScript. It can do A LOT more than people think.

agreed.. ive been experimenting with the XMLSocket object.. alot better than i expected.. opened up alot of potential..

if only macromedia would sacrifice a bit more file size for some quicker code and a few extra doodaas!

BurstStudio
BurstStudio
  • Member since: Dec. 27, 2002
  • Offline.
Forum Stats
Member
Level 12
Programmer
Response to Basic 2004-08-12 16:59:57 Reply

At 8/12/04 01:21 PM, BiNaryFlow wrote: if only macromedia would sacrifice a bit more file size for some quicker code and a few extra doodaas!

I'd love it if there were more server-side features, like you could pull data directly from a database without having to load variables from a PHP/ASP page to do so.