Stick Page Forums Archive

AS shop - Bin please.

Started by: GMR | Replies: 228 | Views: 12,959

KidDarkness

Posts: 689
Joined: Nov 2012
Rep: 10

View Profile
Jan 22, 2013 4:18 AM #858625
lol srry for the multiple posts i just keep getting new ideas and tins to tweak with my stuff i changed the color and added an alpha effect:
http://www.fileize.com/files/4500cddf/843/particle_mouse.swf
GMR
2

Posts: 3,411
Joined: Aug 2012
Rep: 10

View Profile
Jan 22, 2013 4:10 PM #858979
Shore, your in. Also, instead of using:

on(keyPress) or whatever, use THIS for movement:

onClipEvent(enterFrame){
if(Key.isDown(Key.RIGHT)){
this._x += speed;
}else if (Key.isDown(Key.LEFT)){
this._x -= speed;
}else if (Key.isDown(Key.UP)){
this._y -= speed;
}else if (Key.isDown(Key.DOWN)){
this._y += speed;
}
}

onClipEvent(load){
speed = 4 //or whatever you want the speed to be...;
}

Try that, and you'll move so much better. (BTW, put that code on the player)

Edit: make sure it's a movieclip & the FPS is 24 or better, for smooth movement.
sotech

Posts: 908
Joined: Oct 2012
Rep: 10

View Profile
Jan 22, 2013 4:30 PM #858986
i used to use keypress,good old memories...
so i hope we get some new orders,im really bored lol
KidDarkness

Posts: 689
Joined: Nov 2012
Rep: 10

View Profile
Jan 22, 2013 9:23 PM #859159
Thanks! ??? that code made it a lot smoother :D and just let me know if i get any orders until then i might go and do some collabs... i wish i could do the Crazy Jay collab but school takes away so much time :/ oh well maybe i can do BSE :D wish me Luck :)
GMR
2

Posts: 3,411
Joined: Aug 2012
Rep: 10

View Profile
Jan 22, 2013 11:55 PM #859302
LOL, okai. :D Also, could you do Max Vador's order?
KidDarkness

Posts: 689
Joined: Nov 2012
Rep: 10

View Profile
Jan 22, 2013 11:57 PM #859304
Quote from ???
LOL, okai. :D Also, could you do Max Vador's order?


Who me? also when you put orders can you put what page they are on so its easier to find them?
GMR
2

Posts: 3,411
Joined: Aug 2012
Rep: 10

View Profile
Jan 22, 2013 11:58 PM #859305
*Nods head* It says on the front page.
KidDarkness

Posts: 689
Joined: Nov 2012
Rep: 10

View Profile
Jan 23, 2013 12:16 AM #859327
well i am kinda lost on the order should i pm him to ask for more details?
like a gravity engine i understand that but like effected by wind and friction idk how that would be like does he want something to generate the wind and friction or what?
Max Vador
2

Posts: 143
Joined: Nov 2012
Rep: 10

View Profile
Jan 23, 2013 2:58 PM #859797
wind and friction are just global variables. only elements i need are object and ground
GMR
2

Posts: 3,411
Joined: Aug 2012
Rep: 10

View Profile
Jan 23, 2013 3:55 PM #859828
KidDarkness, if you don't wanna make this, I'll do it. :D
KidDarkness

Posts: 689
Joined: Nov 2012
Rep: 10

View Profile
Jan 23, 2013 9:44 PM #860095
i mean its kinda a challenge but i think i can... i mean you can make the order but i will still try never had to deal with reacting forces such as wind and friction.. The gravity part i got down packed but its just those other variables but ??? if you want to make the order you can but i will still try my hardest to complete it can't let the shop down!!! :D
GMR
2

Posts: 3,411
Joined: Aug 2012
Rep: 10

View Profile
Jan 23, 2013 9:48 PM #860097
Eh, I'll let you do it then. :D
sotech

Posts: 908
Joined: Oct 2012
Rep: 10

View Profile
Jan 23, 2013 9:53 PM #860106
I have an idea,actually 2:
1 making challanges for those who arent making orders currently(so they wont do nothing)
2 making another shop,or adding blender into this shop
The second is preety bad ,but the first may not be that bad,btw,any orders i can take?
GMR
2

Posts: 3,411
Joined: Aug 2012
Rep: 10

View Profile
Jan 23, 2013 10:10 PM #860130
Nup, we're short on orders right now. I want to beat the list. :P
Cruel
2

Posts: 2,660
Joined: Nov 2012
Rep: 10

View Profile
Jan 31, 2013 1:28 AM #867655
YOU QUOTED ME! :D

I feel so special now ^.^

Keep up the good work guys
Website Version: 1.0.4
© 2025 Max Games. All rights reserved.