Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 1,094 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 5 of 5 1 2 3 4 5
Re: i've done everything i can think of [Re: not_me] #276530
07/05/09 14:42
07/05/09 14:42
Joined: Jun 2009
Posts: 148
G
gamingfan101 Offline OP
Member
gamingfan101  Offline OP
Member
G

Joined: Jun 2009
Posts: 148
ok, i've got my credits and buttons working now. One minor problem that comes up though. When i go to the credits, I've got one text that pops up, then dissapears and another pops up. When i click on the main menu from there the main menu pops back up. The problem is that the credits are still playing in the background. How would i set it to completelt stop?


Sorry, im new. I have a tendency to ask really simple questions, so please be patient.
Re: i've done everything i can think of [Re: Ottawa] #276575
07/05/09 17:17
07/05/09 17:17
Joined: Jun 2009
Posts: 148
G
gamingfan101 Offline OP
Member
gamingfan101  Offline OP
Member
G

Joined: Jun 2009
Posts: 148
ok, im about to ask a question that is probably easily answered, but im using the free version of lite-c, so after a certain point everything in the workshops start using WED so i cant use those workshops. Thats why i need help with this. In my game, you are on the ground moving side to side to avoid these spikes falling from the ceiling. what code would i use to alternate between two panels when i press either the curr or the curl? Please help. and i have a few more questions if you'd be willing to help.


Sorry, im new. I have a tendency to ask really simple questions, so please be patient.
Re: i've done everything i can think of [Re: gamingfan101] #276624
07/05/09 19:20
07/05/09 19:20
Joined: Jul 2008
Posts: 1,178
England
M
MrGuest Offline
Serious User
MrGuest  Offline
Serious User
M

Joined: Jul 2008
Posts: 1,178
England
you're using just 1 panel, but want it to move left and right? or making a panel flip from left to right? or 2 similar panels that appear in different places? or 2 totally different panels?

do you have a screen shot of what you're trying to create?

Code:
void move_left(){
//...
}

void move_right(){
//...
}

void main(){
//...
  on_cul = move_left;
  on_cur = move_right;
}



Re: i've done everything i can think of [Re: MrGuest] #276810
07/06/09 15:24
07/06/09 15:24
Joined: Jun 2009
Posts: 148
G
gamingfan101 Offline OP
Member
gamingfan101  Offline OP
Member
G

Joined: Jun 2009
Posts: 148
i do not have a screen shot, but what i want it to do is when i press the curl, one panel dissapears, and another pops up, then that one dissapears and the first one pops up. I want it do this while im holding the button.


Sorry, im new. I have a tendency to ask really simple questions, so please be patient.
Re: i've done everything i can think of [Re: gamingfan101] #276844
07/06/09 18:31
07/06/09 18:31
Joined: Mar 2009
Posts: 146
USA
P
paracharlie Offline
Member
paracharlie  Offline
Member
P

Joined: Mar 2009
Posts: 146
USA
I hate to say go read the lite-c samples because I hate when someone tells me to do that but,, you really need to do that. I learned how to make this happen by reading the lite-c tutorials. Everything your asking for is in there. If I can learn believe me you can too.


A8 Commercial
Page 5 of 5 1 2 3 4 5

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1