CAAZ

Talk about making games.

CAAZ

Postby jimmynewguy » Fri Jun 22, 2007 3:28 am

I know your making a pokemon game so i found these 2 songs from the old one. There are when ur in the gym, and when ur fighting in the gym. i cant really use them but u can!!
Attachments
Gym.zip
(1.47 KiB) Downloaded 113 times
User avatar
jimmynewguy
 
Posts: 1137
Joined: Sat Mar 31, 2007 6:27 pm
Score: 89 Give a positive score

Postby Caaz Games » Fri Jun 22, 2007 3:49 am

Cool, thanks! Speaking of my pokemon game, i need to know how to make an actor chose a random animation on a mouse button down event.
You are welcome to join my forum. 4 active members lol but it's a cool place. active... much talking :D it's fun!
http://caaz.freeforums.org/
User avatar
Caaz Games
 
Posts: 729
Joined: Wed Feb 14, 2007 9:09 am
Location: California....knows how to party!
Score: 25 Give a positive score

Postby pixelpoop » Fri Jun 22, 2007 2:36 pm

put this in your button down event.

int n;
n=rand(2);
if (n==0)place change animation code here
if (n==1)place other change animation code here
User avatar
pixelpoop
 
Posts: 276
Joined: Tue Aug 29, 2006 9:32 pm
Score: 28 Give a positive score

Postby Caaz Games » Fri Jun 22, 2007 2:44 pm

What if i have more, say about 5-7?
You are welcome to join my forum. 4 active members lol but it's a cool place. active... much talking :D it's fun!
http://caaz.freeforums.org/
User avatar
Caaz Games
 
Posts: 729
Joined: Wed Feb 14, 2007 9:09 am
Location: California....knows how to party!
Score: 25 Give a positive score

Postby d-soldier » Fri Jun 22, 2007 2:59 pm

int n;
n=rand(7);
if (n==0)place change animation code here
if (n==1)place other change animation code here
if (n==2)place other change animation code here
if (n==3)place other change animation code here
if (n==4)place other change animation code here
if (n==5)place other change animation code here
if (n==6)place other change animation code here
User avatar
d-soldier
 
Posts: 703
Joined: Sun Apr 08, 2007 2:13 am
Score: 61 Give a positive score

Postby Caaz Games » Fri Jun 22, 2007 4:49 pm

Oh, thats easy!

+ 1 for you!
You are welcome to join my forum. 4 active members lol but it's a cool place. active... much talking :D it's fun!
http://caaz.freeforums.org/
User avatar
Caaz Games
 
Posts: 729
Joined: Wed Feb 14, 2007 9:09 am
Location: California....knows how to party!
Score: 25 Give a positive score

Postby d-soldier » Sat Jun 23, 2007 3:41 am

Hope you gave one to pixelpoop too, all I did was cut'n'paste his code... :D
User avatar
d-soldier
 
Posts: 703
Joined: Sun Apr 08, 2007 2:13 am
Score: 61 Give a positive score


Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest