Välkommen tillbaka till Campusbokhandeln! Läs mer här!
Coding with Roblox Lua in 24 Hours | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Official Roblox Books(Pearson)
- Betyg:
234
kr
Skickas inom 6-20 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
In just 24 lessons of one hour or less, Coding with Roblox Lua in 24 Hours: The Official Roblox Guide helps you learn all the skills and techniques you'll need to code your own Roblox games. Perfect for beginners, each short and easy lesson builds upon everything that's come before, helping you quickly master the essentials of Lua programming.
Step-by-step instructions walk you through common questions, issues, and tasks
Q&As, Quizzes, and Exercises build and test your knowledge
'Did You Know?' tips offer insider advice and shortcuts
'Watch Out!' alerts help you avoid pitfalls
Coding with Roblox Lua in 24 Hours covers all this, and much more:
Learn code with properties, variables, functions, if/then statements, and loops
Organise information using arrays and dictionaries
Work with events to make things move, explode, count down, and do whatever you can imagine
Keep your code manageable with abstractions and object-oriented programming
Store data permanently to create leaderboards, inventories, and custom currency
Use raycasting to allow visitors to place their own objects, such as furniture and props, within your world
Samples Preview sample pages from Coding with Roblox Lua in 24 Hours: The Official Roblox Guide >
Step-by-step instructions walk you through common questions, issues, and tasks
Q&As, Quizzes, and Exercises build and test your knowledge
'Did You Know?' tips offer insider advice and shortcuts
'Watch Out!' alerts help you avoid pitfalls
Coding with Roblox Lua in 24 Hours covers all this, and much more:
Learn code with properties, variables, functions, if/then statements, and loops
Organise information using arrays and dictionaries
Work with events to make things move, explode, count down, and do whatever you can imagine
Keep your code manageable with abstractions and object-oriented programming
Store data permanently to create leaderboards, inventories, and custom currency
Use raycasting to allow visitors to place their own objects, such as furniture and props, within your world
Samples Preview sample pages from Coding with Roblox Lua in 24 Hours: The Official Roblox Guide >
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
Förlag:
Pearson Education
Upplaga:
0
Utgiven:
2022-02-14
ISBN:
9780136829423
Sidantal:
384
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>