www.gmindo.web.id/forum
Forum ini sudah tidak dipakai lagi. Silakan ke forum baru di www.gmindo.web.id/forum Very Happy

Terima kasih

Join the forum, it's quick and easy

www.gmindo.web.id/forum
Forum ini sudah tidak dipakai lagi. Silakan ke forum baru di www.gmindo.web.id/forum Very Happy

Terima kasih
www.gmindo.web.id/forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

More new things to Studio: Accessors

+2
meliaz99
zebrakelabu
6 posters

Go down

More new things to Studio: Accessors Empty More new things to Studio: Accessors

Post by zebrakelabu Sun 26 Jan 2014, 11:07

Lihat artikel lengkapnya disini.

Intinya aku rasa sebagai berikut:
-Accessor adalah symbol(expression) yang kita pakai untuk menambah atau mengubah nilai dalam satu struktur data di Studio (ds_map, ds_grid, ds_list, array 1D atau 2D). Cara penggunaannya adalah ditulis di depan nilai "index" dari masing2 struktur.
-Symbol yang dipakai adalah '|' (ds_list), '?' (ds_map), '#' (ds_grid), dan '@' (array).
-Keuntungan penggunaan accessor adalah akses langsung ke lokasi dalam suatu struktur data, tanpa harus mengiterasi dari awal. Berguna untuk struktur data sangat besar, membuat akses langsung menjadi lebih cepat. Karena akses yang langsung maka struktur data tidak perlu di-return, karena diubah di tempat aslinya. Ini semacam akses langsung ke memori deh kayaknya Neutral


Contoh (untuk ds_map):
Code:

ds = ds_list_create();

var index = 0;

repeat(10)

   {

   ds[| index++] = irandom(9);

   }


Contoh (array):
Code:

//CREATE EVENT

a[9] = 0; //initialise a 10 value array

 

//CALL A SCRIPT WITH THE ARRAY

a = scr_Set_Array(a);

 

//SCRIPT

var temp_a = argument0;

temp_a[@ 3] = 10;



yang di contoh array tuh aku baru tau deh. untuk inisialisasi array 10 index cukup ditulis: array[9]=0, ga perlu pakai for atau lainnya. simple juga Smile
zebrakelabu
zebrakelabu
Admin
Admin

100%
Jumlah posting : 933
Points : 960
Join date : 06.01.13
Lokasi : Jakarta

http://www.project25games.com

Kembali Ke Atas Go down

More new things to Studio: Accessors Empty Re: More new things to Studio: Accessors

Post by meliaz99 Sun 26 Jan 2014, 11:55

Nice share! xD
Udah baca sih. Awalanya rada ga ngerti kemarin. Hammer
Tapi sekarang udah. Very Happy
Sekarang YoYoGames bener-bener kerja keras. Very Happy
meliaz99
meliaz99
GM Beginner
GM Beginner

100%
Jumlah posting : 318
Points : 386
Join date : 11.05.13
Age : 25
Lokasi : Batam, Kepri, Indonesia

http://roychanmeliaz.wordpress.com

Kembali Ke Atas Go down

More new things to Studio: Accessors Empty Re: More new things to Studio: Accessors

Post by lioakatsuki Sun 26 Jan 2014, 14:47

Nice share gan  Very Happy 
lioakatsuki
lioakatsuki
Newbie
Newbie

100%
Jumlah posting : 13
Points : 14
Join date : 25.01.14
Age : 22
Lokasi : Bekasi , jawa barat , indonesia

http://www.idnrollyart.blogspot.com

Kembali Ke Atas Go down

More new things to Studio: Accessors Empty Re: More new things to Studio: Accessors

Post by killu4 Sat 22 Feb 2014, 14:52

Lebih simple pengunaan struktur datanya..

killu4
Newbie
Newbie

100%
Jumlah posting : 5
Points : 4
Join date : 22.02.14

Kembali Ke Atas Go down

More new things to Studio: Accessors Empty Re: More new things to Studio: Accessors

Post by Kevin Blaze Coolerz Sat 22 Feb 2014, 15:30

jdi mempermudah pekerjaan, tpi script kita jdi lbih expert kliatan ny Kacau
Kevin Blaze Coolerz
Kevin Blaze Coolerz
Admin
Admin

100%
Jumlah posting : 3323
Points : 3795
Join date : 06.01.13
Age : 29
Lokasi : Palembang

http://kevin-blaze-coolerz.blogspot.com/

Kembali Ke Atas Go down

More new things to Studio: Accessors Empty Re: More new things to Studio: Accessors

Post by naufal132001 Sat 22 Feb 2014, 17:47

nice good
naufal132001
naufal132001
Newbie
Newbie

100%
Jumlah posting : 4
Points : 3
Join date : 22.02.14
Age : 33
Lokasi : indonesia

http://www.naufalqih.blogspot.com

Kembali Ke Atas Go down

More new things to Studio: Accessors Empty Re: More new things to Studio: Accessors

Post by Kevin Blaze Coolerz Sat 22 Feb 2014, 18:09

naufal132001 wrote:nice good
koment kyk gini bsa di anggap junk gan More new things to Studio: Accessors 4284594497
yg disini jga sama Curiga
https://gmindo.forumid.net/t1141-misteri-dunia-yang-paling-banyak-dipertanyakan#13382
Kevin Blaze Coolerz
Kevin Blaze Coolerz
Admin
Admin

100%
Jumlah posting : 3323
Points : 3795
Join date : 06.01.13
Age : 29
Lokasi : Palembang

http://kevin-blaze-coolerz.blogspot.com/

Kembali Ke Atas Go down

More new things to Studio: Accessors Empty Re: More new things to Studio: Accessors

Post by Sponsored content


Sponsored content


Kembali Ke Atas Go down

Kembali Ke Atas

- Similar topics

 
Permissions in this forum:
Anda tidak dapat menjawab topik