Forum Topic: Difficulty of Flash

(210 views • 7 replies)

This topic is 1 page long.

<< < > >>
None

BOXER

Reply To Post Reply & Quote

Posted at: 3/29/06 05:00 PM

BOXER NEUTRAL LEVEL 14

Sign-Up: 03/26/06

Posts: 119

For about 6 months I have been saving up for flash. Before interested in Flash I have been making cool games on my TI83 claclulator I borowed for the year from my school. I just wanted to ask this question. For flash and TI83 programmers, which one is harder? I'm pretty good on my calc and I have never seen any code of any flash yet.


None

Afro-Ninja

Reply To Post Reply & Quote

Posted at: 3/29/06 05:02 PM

Afro-Ninja EVIL LEVEL 35

Sign-Up: 03/02/02

Posts: 13,171

At 3/29/06 05:00 PM, BOXcube wrote: For about 6 months I have been saving up for flash. Before interested in Flash I have been making cool games on my TI83 claclulator I borowed for the year from my school. I just wanted to ask this question. For flash and TI83 programmers, which one is harder? I'm pretty good on my calc and I have never seen any code of any flash yet.

Flash is TOTALLY different than programming on a TI-83. I did a simple text based game back in the day... flash is definitely 'harder' but you can do way more with it.

BBS Signature

None

reelbigcheese

Reply To Post Reply & Quote

Posted at: 3/29/06 05:03 PM

reelbigcheese LIGHT LEVEL 18

Sign-Up: 08/12/05

Posts: 2,160

At 3/29/06 05:00 PM, BOXcube wrote: For about 6 months I have been saving up for flash. Before interested in Flash I have been making cool games on my TI83 claclulator I borowed for the year from my school. I just wanted to ask this question. For flash and

TI83 programmers, which one is harder?

wtf is T183, a calculator you can make games with wtf?!

I'm pretty good on my calc and I have never seen any code of any flash yet.

the basics of flash are quite easy once you get used to them and to make a good game may take some time and practice. but i highly recommend buying flash and learning actionscript.


None

BOXER

Reply To Post Reply & Quote

Posted at: 3/29/06 05:09 PM

BOXER NEUTRAL LEVEL 14

Sign-Up: 03/26/06

Posts: 119

Its a graphing calculator. Look up a pic of a TI83 it has a screen big enough for games.


None

Evan

Reply To Post Reply & Quote

Posted at: 3/29/06 05:15 PM

Evan FAB LEVEL 13

Sign-Up: 11/15/04

Posts: 2,388

I wasn't even AWARE that calculators (even graphing) could make fucking games. So I couldn't exactly answer, but I would assume that flash does a lot more, but is probably harder to get used to and use.

Art is only the product of THC affecting the mind.

BBS Signature

Happy

JeremysFilms

Reply To Post Reply & Quote

Posted at: 4/1/06 03:50 PM

JeremysFilms NEUTRAL LEVEL 17

Sign-Up: 02/18/05

Posts: 1,511

Programming on a TI-83 is definitly fun for math calss, but programming in Flash is definitly much better and you have a lot more control.


None

Senri

Reply To Post Reply & Quote

Posted at: 4/1/06 04:01 PM

Senri FAB LEVEL 11

Sign-Up: 10/15/05

Posts: 4,463

THIS MIGHT HELP

onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse-this._y, _root._xmouse-this._x);
myDegrees = Math.round((myRadians*180/Math.PI));
_root.yChange = Math.round(_root._ymouse-this._y);
_root.xChange = Math.round(_root._xmouse-this._x);
_root.yMove = Math.round(_root.yChange/20);
_root.xMove = Math.round(_root.xChange/20);
this._y += _root.yMove;
this._x += _root.xMove;
this._rotation = myDegrees+90;
}

theres sum ac's \../^_^\../

Why so much hatred? You've got to live in this world with me. Why so much hatred? Everyday I wake up in the same country I take a look around and I see no unity. NG Ska Crew

BBS Signature

None

muniach

Reply To Post Reply & Quote

Posted at: 4/1/06 04:25 PM

muniach NEUTRAL LEVEL 02

Sign-Up: 03/27/06

Posts: 131

At 4/1/06 04:01 PM, kevinvvfry wrote: THIS MIGHT HELP

onClipEvent (enterFrame) {

you did not make that, dont pretend you did, and thats nothing todo with this topic.


All times are Eastern Standard Time (GMT -5) | Current Time: 01:13 PM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!