Search:
Type: Posts; User: AS3.0
Search:
Search took 0.04 seconds; generated 41 minute(s) ago.
-
-
2 tray areas 1 for red, 1 for blue: download
the program didn't come with the best code to enter the tray to begin with so it leaves spaces.
-
-
ok, ill finish the editor when you tell me this method is ok. What course are you taking?
-
You can not play with the balls you edit yet, but you can design maps with the editor:
to edit map:
click edit map > drop balls anywhere
use scroll wheel to change ball frame
click red X...
-
I did 100 lines of comments so far, I will need more time:
I will move your new design to the program I am updating afterwards.
swish file: download
-
No I will make an admin tool that lets us design the ball placement and it will generate an array to place the balls for that level design.
-
Yes I will put the comments if I have time this coming morning.
-
For a video presentation it would have to be done using as3 in animate cc not in swish. Would that be ok? I am very new to the swish IDE and I see you can accomplish more using the swish graphics...
-
bug fixed: download
A balls xvel or yvel wasn't going down to exactly 0 it was staying at decimals
-
I did one that uses math: download
just 1 bug to fix when I get back later is hitting the 20 balls full speed first shot the stick didnt show.
-
If player 1 gets player 2's last ball in, player 2 now wins.
swish: download
-
Hello kofa, I had to change something, use this file: download
-
ok here is the combo box numbers and than select the newgame button: download
So I am going to put in the old comments + some new comments?
-
Can you explain the drop down combo, what does it need to do exactly?
I will make a commented version, can you tell me which lines specifically to comment on?
-
I had to change something, new file: download
-
player 1 hits player 2's ball, so player 2 gets the score.
player 1 only hits player 2's ball so player 1 gets a miss.
player 1 hits player 1's ball so player 1 gets a hit.
player 1 hits...
-
this version adds 7 blue balls & 7 red balls & the 8 ball: download
-
this changes the stick color and turn is random: download
-
I would love to add some multiplayer to the game but not before you agree on a feature like that.
-
oh.
Alright im going to work on the as2 > as3 convertor abit.
-
-
It should look like this.
function newGame(){
clearInterval(cd_interv)
clearInterval(interv)
Yes.
-
Ok in the first few lines in the function newGame() before calling setInterval for the moveBalls function it needs this line:
clearInterval(interv)
calling the newGame function wants to...
-
Might be to many enterframes running at once. Let me fix.
|
Click Here to Expand Forum to Full Width
|