Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (NewbieZorro, TipmyPip, 1 invisible), 19,045 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: button question [Re: gamingfan101] #271164
06/11/09 16:06
06/11/09 16:06
Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Cowabanga Offline
Expert
Cowabanga  Offline
Expert

Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
So use an Alpha channel.

Re: button question [Re: Cowabanga] #271172
06/11/09 16:39
06/11/09 16:39
Joined: Jun 2009
Posts: 148
G
gamingfan101 Offline OP
Member
gamingfan101  Offline OP
Member
G

Joined: Jun 2009
Posts: 148
ok, im going to sound like an idiot, but how exactly do i set one up? I know what it is, but im not sure on what to do.


Sorry, im new. I have a tendency to ask really simple questions, so please be patient.
Re: button question [Re: gamingfan101] #271177
06/11/09 17:03
06/11/09 17:03
Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Kartoffel Offline
Expert
Kartoffel  Offline
Expert

Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
i'll make u a vid
but u have to download artweaver (painting programm)

btw: are u german?

Kartoffel

Re: button question [Re: gamingfan101] #271188
06/11/09 17:43
06/11/09 17:43
Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Cowabanga Offline
Expert
Cowabanga  Offline
Expert

Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Originally Posted By: gamingfan101
but how exactly do i set one up? I know what it is, but im not sure on what to do.

Well, depending on the program you're using for making the image. What program do you use??

Re: button question [Re: Kartoffel] #271189
06/11/09 17:44
06/11/09 17:44
Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Kartoffel Offline
Expert
Kartoffel  Offline
Expert

Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
here is the downloadlink for the vid:

http://rapidshare.com/files/243439835/asdf.avi.html

...and ur script for the cursor wont work.
u have to use this main function:

function main()
{
video_mode = 7;
screen_color.blue = 150;
mouse_map = "mousemap.png"; // put in the "" your mouse cursor pic
mouse_mode = 4;
while(1)
{
mouse_pos.x = mouse_cursor.x;
mouse_pos.y = mouse_cursor.y;
wait(1);
}
}

Re: button question [Re: Kartoffel] #271193
06/11/09 17:59
06/11/09 17:59
Joined: Dec 2006
Posts: 1,086
Queensland - Australia
Nidhogg Offline
Serious User
Nidhogg  Offline
Serious User

Joined: Dec 2006
Posts: 1,086
Queensland - Australia
Have you tried using SHOW instead of VISIBLE as VISIBLE is obsolete now.


Windows XP SP3
Intel Dual Core CPU: E5200 @ 2.5GHz
4.00GB DDR3 Ram
ASUS P5G41T-M LX
PCIE x16 GeForce GTS 450 1Gb
SB Audigy 4
Spyware Doctor with AntiVirus
Re: button question [Re: Nidhogg] #271199
06/11/09 18:15
06/11/09 18:15
Joined: Jun 2009
Posts: 148
G
gamingfan101 Offline OP
Member
gamingfan101  Offline OP
Member
G

Joined: Jun 2009
Posts: 148
right now im just using Paint (this is a new computer) and i have tried using SHOW, but that doesnt help. And the cursor code im using works, though. What is the difference between mine and yours? And no, Im not a German.


Sorry, im new. I have a tendency to ask really simple questions, so please be patient.
Re: button question [Re: gamingfan101] #271459
06/13/09 10:37
06/13/09 10:37
Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Kartoffel Offline
Expert
Kartoffel  Offline
Expert

Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Originally Posted By: gamingfan101
And the cursor code im using works, though.


o.O

i used the same script but it don't works


POTATO-MAN saves the day! - Random
Re: button question [Re: Kartoffel] #271504
06/13/09 15:14
06/13/09 15:14
Joined: Jun 2009
Posts: 148
G
gamingfan101 Offline OP
Member
gamingfan101  Offline OP
Member
G

Joined: Jun 2009
Posts: 148
the reason mine works is because i was using the cursor that comes with the workshop, i didnt create this cursor myself, i was testing a program and i didnt take the time to create my own cursor.


Sorry, im new. I have a tendency to ask really simple questions, so please be patient.
Page 2 of 2 1 2

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

Gamestudio download | 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